#B5CD39

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

Shades of Fuego #B5CD39

Tints of Fuego #B5CD39

Color information

#B5CD39 (or 0xB5CD39) is unknown color: approx Fuego. HEX triplet: B5, CD and 39. RGB value is (181,205,57). Sum of RGB (Red+Green+Blue) = 181+205+57=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CD39 is #4A32C6. Grayscale: #B5B5B5. Windows color (decimal): -4862663 or 3788213. OLE color: 3788213.

HSL color Cylindrical-coordinate representation of color #B5CD39: hue angle of 69.73º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5CD39 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB18120557-
CMYK0.1200.720.20
HSL69.73º59.68%51.37%-
HSV(B)69.73º72.2%80.39%-
XYZ41.6353.7812.06-
YUV180.9558.05128.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 205 (80.47% from 255) = 46.28%
BLUE value IS 57 (22.66% from 255) = 12.87%
R=40.86%
G=46.28%
B=12.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181205570.1200.720.2069.7359.6851.37
HexB5CD39C04814463c33
Octal26531571140110241067463
Binary1011010111001101111001110001001000101001000110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CD39; }

 p { color: rgb(181,205,57); }

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

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

 a { background-color: rgb(181,205,57); }

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

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

 span { border-color: rgb(181,205,57); }

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