Html Css Color HEX #C9DE1B Fuego

📋 copy color: '#C9DE1B'

red 201 ◦ green 222 ◦ blue 27

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

Shades of Fuego #C9DE1B

Tints of Fuego #C9DE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6%

R = 44.67%
G = 49.33%
B = 6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#C9DE1B (or 0xC9DE1B) is known color: Fuego. HEX triplet: C9, DE and 1B. RGB value is (201,222,27). Sum of RGB (Red+Green+Blue) = 201+222+27=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 27 (10.94% from 255 or 6% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DE1B is #3621E4. Grayscale: #C2C2C2. Windows color (decimal): -3547621 or 1826505. OLE color: 1826505.

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

Color convert

RGB 201 222 27 -
CMYK 0.09 0 0.88 0.13
HSL 66.46º 0.78% 0.49% -
HSV(B) 66.46º 0.88% 0.87% -
XYZ 50.41 64.74 10.88 -
YUV 193.49 34.04 133.36 -
System Red Green Blue C M Y K H S L
Decimal 201 222 27 0.09 0 0.88 0.13 66.46 0.78 0.49
Hex C9 DE 1B 9 0 58 D 42 4E 31
Octal 311 336 33 11 0 130 15 102 116 61
Binary 11001001 11011110 11011 1001 0 1011000 1101 1000010 1001110 110001

Color Harmonies of #C9DE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DE1B

Black with #C9DE1B

Text Example


Text Example

White with #C9DE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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