Html Css Color HEX #C9DD14 Fuego

📋 copy color: '#C9DD14'

red 201 ◦ green 221 ◦ blue 20

#C9DD14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #C9DD14

Tints of Fuego #C9DD14

RGB

 RED value IS 201 (78.91% from 255) = 45.48%

 GREEN value IS 221 (86.72% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 4.52%

R = 45.48%
G = 50%
B = 4.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#C9DD14 (or 0xC9DD14) is known color: Fuego. HEX triplet: C9, DD and 14. RGB value is (201,221,20). Sum of RGB (Red+Green+Blue) = 201+221+20=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DD14 is #3622EB. Grayscale: #C0C0C0. Windows color (decimal): -3547884 or 1367497. OLE color: 1367497.

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

Color convert

RGB 201 221 20 -
CMYK 0.09 0 0.91 0.13
HSL 65.97º 0.83% 0.47% -
HSV(B) 65.97º 0.91% 0.87% -
XYZ 50.07 64.18 10.41 -
YUV 192.11 30.87 134.34 -
System Red Green Blue C M Y K H S L
Decimal 201 221 20 0.09 0 0.91 0.13 65.97 0.83 0.47
Hex C9 DD 14 9 0 5B D 42 53 2F
Octal 311 335 24 11 0 133 15 102 123 57
Binary 11001001 11011101 10100 1001 0 1011011 1101 1000010 1010011 101111

Color Harmonies of #C9DD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DD14

Black with #C9DD14

Text Example


Text Example

White with #C9DD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DD14; }

 p { color: rgb(201,221,20); }

 H1.HeaderClassName
 {
   color: #C9DD14;
 }
 .AnyTagClassName
 {
   color: #C9DD14;
 }
</style>

background-color css

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

 a { background-color: rgb(201,221,20); }

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

border-color css

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

 span { border-color: rgb(201,221,20); }

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