#b5cd2e

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

Shades of Fuego #B5CD2E

Tints of Fuego #B5CD2E

Color information

#B5CD2E (or 0xB5CD2E) is unknown color: approx Fuego. HEX triplet: B5, CD and 2E. RGB value is (181,205,46). Sum of RGB (Red+Green+Blue) = 181+205+46=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CD2E is #4A32D1. Grayscale: #B4B4B4. Windows color (decimal): -4862674 or 3067317. OLE color: 3067317.

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

Color convert

RGB18120546-
CMYK0.1200.780.20
HSL69.06º63.35%49.22%-
HSV(B)69.06º77.56%80.39%-
XYZ41.3853.6810.77-
YUV179.752.55128.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 205 (80.47% from 255) = 47.45%
BLUE value IS 46 (18.36% from 255) = 10.65%
R=41.90%
G=47.45%
B=10.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181205460.1200.780.2069.0663.3549.22
HexB5CD2EC04E14453f31
Octal26531556140116241057761
Binary1011010111001101101110110001001110101001000101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5cd2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5cd2e; }

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

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

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

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

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

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

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

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