Html Css Color HEX #B5CF34 Fuego

📋 copy color: '#B5CF34'

red 181 ◦ green 207 ◦ blue 52

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

Shades of Fuego #B5CF34

Tints of Fuego #B5CF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.82%

R = 41.14%
G = 47.05%
B = 11.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#B5CF34 (or 0xB5CF34) is known color: Fuego. HEX triplet: B5, CF and 34. RGB value is (181,207,52). Sum of RGB (Red+Green+Blue) = 181+207+52=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CF34 is #4A30CB. Grayscale: #B6B6B6. Windows color (decimal): -4862156 or 3461045. OLE color: 3461045.

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

Color convert

RGB 181 207 52 -
CMYK 0.13 0 0.75 0.19
HSL 70.06º 0.62% 0.51% -
HSV(B) 70.06º 0.75% 0.81% -
XYZ 41.99 54.7 11.59 -
YUV 181.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 181 207 52 0.13 0 0.75 0.19 70.06 0.62 0.51
Hex B5 CF 34 D 0 4B 13 46 3E 33
Octal 265 317 64 15 0 113 23 106 76 63
Binary 10110101 11001111 110100 1101 0 1001011 10011 1000110 111110 110011

Color Harmonies of #B5CF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CF34

Black with #B5CF34

Text Example


Text Example

White with #B5CF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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