#C9DA15

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

Shades of Fuego #C9DA15

Tints of Fuego #C9DA15

Color information

#C9DA15 (or 0xC9DA15) is unknown color: approx Fuego. HEX triplet: C9, DA and 15. RGB value is (201,218,21). Sum of RGB (Red+Green+Blue) = 201+218+21=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DA15 is #3625EA. Grayscale: #BFBFBF. Windows color (decimal): -3548651 or 1432265. OLE color: 1432265.

HSL color Cylindrical-coordinate representation of color #C9DA15: hue angle of 65.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9DA15 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB20121821-
CMYK0.0800.900.15
HSL65.18º82.43%46.86%-
HSV(B)65.18º90.37%85.49%-
XYZ49.2962.6110.2-
YUV190.4632.37135.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.68%
GREEN value IS 218 (85.55% from 255) = 49.55%
BLUE value IS 21 (8.59% from 255) = 4.77%
R=45.68%
G=49.55%
B=4.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201218210.0800.900.1565.1882.4346.86
HexC9DA15805AF41522f
Octal311332251001321710112257
Binary110010011101101010101100001011010111110000011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DA15; }

 p { color: rgb(201,218,21); }

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

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

 a { background-color: rgb(201,218,21); }

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

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

 span { border-color: rgb(201,218,21); }

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