Html Css Color HEX #B5CF36 Fuego

📋 copy color: '#B5CF36'

red 181 ◦ green 207 ◦ blue 54

#B5CF36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #B5CF36

Tints of Fuego #B5CF36

RGB

 RED value IS 181 (71.09% from 255) = 40.95%

 GREEN value IS 207 (81.25% from 255) = 46.83%

 BLUE value IS 54 (21.48% from 255) = 12.22%

R = 40.95%
G = 46.83%
B = 12.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#B5CF36 (or 0xB5CF36) is known color: Fuego. HEX triplet: B5, CF and 36. RGB value is (181,207,54). Sum of RGB (Red+Green+Blue) = 181+207+54=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CF36 is #4A30C9. Grayscale: #B6B6B6. Windows color (decimal): -4862154 or 3592117. OLE color: 3592117.

HSL color Cylindrical-coordinate representation of color #B5CF36: hue angle of 70.2º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5CF36 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 207 54 -
CMYK 0.13 0 0.74 0.19
HSL 70.2º 0.61% 0.51% -
HSV(B) 70.2º 0.74% 0.81% -
XYZ 42.03 54.72 11.84 -
YUV 181.78 55.89 127.44 -
System Red Green Blue C M Y K H S L
Decimal 181 207 54 0.13 0 0.74 0.19 70.2 0.61 0.51
Hex B5 CF 36 D 0 4A 13 46 3D 33
Octal 265 317 66 15 0 112 23 106 75 63
Binary 10110101 11001111 110110 1101 0 1001010 10011 1000110 111101 110011

Color Harmonies of #B5CF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CF36

Black with #B5CF36

Text Example


Text Example

White with #B5CF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CF36; }

 p { color: rgb(181,207,54); }

 H1.HeaderClassName
 {
   color: #B5CF36;
 }
 .AnyTagClassName
 {
   color: #B5CF36;
 }
</style>

background-color css

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

 a { background-color: rgb(181,207,54); }

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

border-color css

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

 span { border-color: rgb(181,207,54); }

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