#B7DD33

Color #B7DD33 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B7DD33

Tints of Fuego #B7DD33

Color information

#B7DD33 (or 0xB7DD33) is unknown color: approx Fuego. HEX triplet: B7, DD and 33. RGB value is (183,221,51). Sum of RGB (Red+Green+Blue) = 183+221+51=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DD33 is #4822CC. Grayscale: #BEBEBE. Windows color (decimal): -4727501 or 3399095. OLE color: 3399095.

HSL color Cylindrical-coordinate representation of color #B7DD33: hue angle of 73.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7DD33 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB18322151-
CMYK0.1700.770.13
HSL73.41º71.43%53.33%-
HSV(B)73.41º76.92%86.67%-
XYZ45.9862.0212.68-
YUV190.2649.41122.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 221 (86.72% from 255) = 48.57%
BLUE value IS 51 (20.31% from 255) = 11.21%
R=40.22%
G=48.57%
B=11.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183221510.1700.770.1373.4171.4353.33
HexB7DD331104DD494735
Octal267335632101151511110765
Binary10110111110111011100111000101001101110110010011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DD33; }

 p { color: rgb(183,221,51); }

 H1.HeaderClassName
 {
   color: #B7DD33;
 }
 .AnyTagClassName
 {
   color: #B7DD33;
 }
</style>
background-color css

<style>
 a { background-color: #B7DD33; }

 a { background-color: rgb(183,221,51); }

 div.DivClassName
 {
   background-color: #B7DD33;
 }
 .BgClassName
 {
   background-color: #B7DD33;
 }
</style>
border-color css

<style>
 span { border-color: #B7DD33; }

 span { border-color: rgb(183,221,51); }

 td.TdClassName
 {
   border-color: #B7DD33;
 }
 .TagClassName
 {
   border-color: #B7DD33;
 }
</style>