#B2DD34

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

Shades of Fuego #B2DD34

Tints of Fuego #B2DD34

Color information

#B2DD34 (or 0xB2DD34) is unknown color: approx Fuego. HEX triplet: B2, DD and 34. RGB value is (178,221,52). Sum of RGB (Red+Green+Blue) = 178+221+52=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD34 is #4D22CB. Grayscale: #BDBDBD. Windows color (decimal): -5055180 or 3464626. OLE color: 3464626.

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

Color convert

RGB17822152-
CMYK0.1900.760.13
HSL75.27º71.31%53.53%-
HSV(B)75.27º76.47%86.67%-
XYZ44.8461.4312.74-
YUV188.8850.75120.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.47%
GREEN value IS 221 (86.72% from 255) = 49.00%
BLUE value IS 52 (20.70% from 255) = 11.53%
R=39.47%
G=49.00%
B=11.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178221520.1900.760.1375.2771.3153.53
HexB2DD341304CD4b4736
Octal262335642301141511310766
Binary10110010110111011101001001101001100110110010111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DD34; }

 p { color: rgb(178,221,52); }

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

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

 a { background-color: rgb(178,221,52); }

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

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

 span { border-color: rgb(178,221,52); }

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