#B0DE34

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

Shades of Fuego #B0DE34

Tints of Fuego #B0DE34

Color information

#B0DE34 (or 0xB0DE34) is unknown color: approx Fuego. HEX triplet: B0, DE and 34. RGB value is (176,222,52). Sum of RGB (Red+Green+Blue) = 176+222+52=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DE34 is #4F21CB. Grayscale: #BDBDBD. Windows color (decimal): -5185996 or 3464880. OLE color: 3464880.

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

Color convert

RGB17622252-
CMYK0.2100.770.13
HSL76.24º72.03%53.73%-
HSV(B)76.24º76.58%87.06%-
XYZ44.6561.7212.81-
YUV188.8750.76118.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 222 (87.11% from 255) = 49.33%
BLUE value IS 52 (20.70% from 255) = 11.56%
R=39.11%
G=49.33%
B=11.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176222520.2100.770.1376.2472.0353.73
HexB0DE341504DD4c4836
Octal260336642501151511411066
Binary10110000110111101101001010101001101110110011001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DE34; }

 p { color: rgb(176,222,52); }

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

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

 a { background-color: rgb(176,222,52); }

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

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

 span { border-color: rgb(176,222,52); }

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