#C9DF15

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

Shades of Fuego #C9DF15

Tints of Fuego #C9DF15

Color information

#C9DF15 (or 0xC9DF15) is unknown color: approx Fuego. HEX triplet: C9, DF and 15. RGB value is (201,223,21). Sum of RGB (Red+Green+Blue) = 201+223+21=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DF15 is #3620EA. Grayscale: #C2C2C2. Windows color (decimal): -3547371 or 1433545. OLE color: 1433545.

HSL color Cylindrical-coordinate representation of color #C9DF15: hue angle of 66.53º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9DF15 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB20122321-
CMYK0.1000.910.13
HSL66.53º82.79%47.84%-
HSV(B)66.53º90.58%87.45%-
XYZ50.6165.2510.64-
YUV193.3930.71133.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 223 (87.5% from 255) = 50.11%
BLUE value IS 21 (8.59% from 255) = 4.72%
R=45.17%
G=50.11%
B=4.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201223210.1000.910.1366.5382.7947.84
HexC9DF15A05BD435330
Octal311337251201331510312360
Binary110010011101111110101101001011011110110000111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DF15; }

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

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

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

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

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

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

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

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