Html Css Color HEX #C9DA1E Fuego

📋 copy color: '#C9DA1E'

red 201 ◦ green 218 ◦ blue 30

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

Shades of Fuego #C9DA1E

Tints of Fuego #C9DA1E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.55%

 BLUE value IS 30 (12.11% from 255) = 6.68%

R = 44.77%
G = 48.55%
B = 6.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#C9DA1E (or 0xC9DA1E) is known color: Fuego. HEX triplet: C9, DA and 1E. RGB value is (201,218,30). Sum of RGB (Red+Green+Blue) = 201+218+30=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DA1E is #3625E1. Grayscale: #C0C0C0. Windows color (decimal): -3548642 or 2022089. OLE color: 2022089.

HSL color Cylindrical-coordinate representation of color #C9DA1E: hue angle of 65.43º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9DA1E is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 30 -
CMYK 0.08 0 0.86 0.15
HSL 65.43º 0.76% 0.49% -
HSV(B) 65.43º 0.86% 0.85% -
XYZ 49.39 62.65 10.72 -
YUV 191.49 36.87 134.79 -
System Red Green Blue C M Y K H S L
Decimal 201 218 30 0.08 0 0.86 0.15 65.43 0.76 0.49
Hex C9 DA 1E 8 0 56 F 41 4C 31
Octal 311 332 36 10 0 126 17 101 114 61
Binary 11001001 11011010 11110 1000 0 1010110 1111 1000001 1001100 110001

Color Harmonies of #C9DA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DA1E

Black with #C9DA1E

Text Example


Text Example

White with #C9DA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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