#B4DD34

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

Shades of Fuego #B4DD34

Tints of Fuego #B4DD34

Color information

#B4DD34 (or 0xB4DD34) is unknown color: approx Fuego. HEX triplet: B4, DD and 34. RGB value is (180,221,52). Sum of RGB (Red+Green+Blue) = 180+221+52=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DD34 is #4B22CB. Grayscale: #BEBEBE. Windows color (decimal): -4924108 or 3464628. OLE color: 3464628.

HSL color Cylindrical-coordinate representation of color #B4DD34: hue angle of 74.56º 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 #B4DD34 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB18022152-
CMYK0.1900.760.13
HSL74.56º71.31%53.53%-
HSV(B)74.56º76.47%86.67%-
XYZ45.361.6612.76-
YUV189.4850.42121.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 221 (86.72% from 255) = 48.79%
BLUE value IS 52 (20.70% from 255) = 11.48%
R=39.74%
G=48.79%
B=11.48%

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
Decimal180221520.1900.760.1374.5671.3153.53
HexB4DD341304CD4b4736
Octal264335642301141511310766
Binary10110100110111011101001001101001100110110010111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD34; }

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

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

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

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

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

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

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

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