#C2DB21

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

Shades of Fuego #C2DB21

Tints of Fuego #C2DB21

Color information

#C2DB21 (or 0xC2DB21) is unknown color: approx Fuego. HEX triplet: C2, DB and 21. RGB value is (194,219,33). Sum of RGB (Red+Green+Blue) = 194+219+33=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DB21 is #3D24DE. Grayscale: #BFBFBF. Windows color (decimal): -4007135 or 2218946. OLE color: 2218946.

HSL color Cylindrical-coordinate representation of color #C2DB21: hue angle of 68.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2DB21 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB19421933-
CMYK0.1100.850.14
HSL68.06º73.81%49.41%-
HSV(B)68.06º84.93%85.88%-
XYZ47.8562.2410.93-
YUV190.3239.22130.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 219 (85.94% from 255) = 49.10%
BLUE value IS 33 (13.28% from 255) = 7.40%
R=43.50%
G=49.10%
B=7.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal194219330.1100.850.1468.0673.8149.41
HexC2DB21B055E444a31
Octal302333411301251610411261
Binary1100001011011011100001101101010101111010001001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DB21; }

 p { color: rgb(194,219,33); }

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

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

 a { background-color: rgb(194,219,33); }

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

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

 span { border-color: rgb(194,219,33); }

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