Html Css Color HEX #C9DE14 Fuego

📋 copy color: '#C9DE14'

red 201 ◦ green 222 ◦ blue 20

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

Shades of Fuego #C9DE14

Tints of Fuego #C9DE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.11%

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

R = 45.37%
G = 50.11%
B = 4.51%

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

#C9DE14 (or 0xC9DE14) is known color: Fuego. HEX triplet: C9, DE and 14. RGB value is (201,222,20). Sum of RGB (Red+Green+Blue) = 201+222+20=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DE14 is #3621EB. Grayscale: #C1C1C1. Windows color (decimal): -3547628 or 1367753. OLE color: 1367753.

HSL color Cylindrical-coordinate representation of color #C9DE14: hue angle of 66.24º 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 #C9DE14 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 222 20 -
CMYK 0.09 0 0.91 0.13
HSL 66.24º 0.83% 0.47% -
HSV(B) 66.24º 0.91% 0.87% -
XYZ 50.33 64.71 10.5 -
YUV 192.69 30.54 133.93 -
System Red Green Blue C M Y K H S L
Decimal 201 222 20 0.09 0 0.91 0.13 66.24 0.83 0.47
Hex C9 DE 14 9 0 5B D 42 53 2F
Octal 311 336 24 11 0 133 15 102 123 57
Binary 11001001 11011110 10100 1001 0 1011011 1101 1000010 1010011 101111

Color Harmonies of #C9DE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DE14

Black with #C9DE14

Text Example


Text Example

White with #C9DE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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