#C4D62D

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

Shades of Fuego #C4D62D

Tints of Fuego #C4D62D

Color information

#C4D62D (or 0xC4D62D) is unknown color: approx Fuego. HEX triplet: C4, D6 and 2D. RGB value is (196,214,45). Sum of RGB (Red+Green+Blue) = 196+214+45=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D62D is #3B29D2. Grayscale: #BEBEBE. Windows color (decimal): -3877331 or 3004100. OLE color: 3004100.

HSL color Cylindrical-coordinate representation of color #C4D62D: hue angle of 66.39º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4D62D is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB19621445-
CMYK0.0800.790.16
HSL66.39º67.33%50.78%-
HSV(B)66.39º78.97%83.92%-
XYZ47.2960.0211.58-
YUV189.3546.54132.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 45 (17.97% from 255) = 9.89%
R=43.08%
G=47.03%
B=9.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal196214450.0800.790.1666.3967.3350.78
HexC4D62D804F10424333
Octal304326551001172010210363
Binary11000100110101101011011000010011111000010000101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D62D; }

 p { color: rgb(196,214,45); }

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

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

 a { background-color: rgb(196,214,45); }

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

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

 span { border-color: rgb(196,214,45); }

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