Html Css Color HEX #C9D128 Fuego

📋 copy color: '#C9D128'

red 201 ◦ green 209 ◦ blue 40

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

Shades of Fuego #C9D128

Tints of Fuego #C9D128

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.44%

 BLUE value IS 40 (16.02% from 255) = 8.89%

R = 44.67%
G = 46.44%
B = 8.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#C9D128 (or 0xC9D128) is known color: Fuego. HEX triplet: C9, D1 and 28. RGB value is (201,209,40). Sum of RGB (Red+Green+Blue) = 201+209+40=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D128 is #362ED7. Grayscale: #BCBCBC. Windows color (decimal): -3550936 or 2675145. OLE color: 2675145.

HSL color Cylindrical-coordinate representation of color #C9D128: hue angle of 62.84º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9D128 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 209 40 -
CMYK 0.04 0 0.81 0.18
HSL 62.84º 0.68% 0.49% -
HSV(B) 62.84º 0.81% 0.82% -
XYZ 47.27 58.17 10.74 -
YUV 187.34 44.85 137.74 -
System Red Green Blue C M Y K H S L
Decimal 201 209 40 0.04 0 0.81 0.18 62.84 0.68 0.49
Hex C9 D1 28 4 0 51 12 3F 44 31
Octal 311 321 50 4 0 121 22 77 104 61
Binary 11001001 11010001 101000 100 0 1010001 10010 111111 1000100 110001

Color Harmonies of #C9D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D128

Black with #C9D128

Text Example


Text Example

White with #C9D128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D128; }

 p { color: rgb(201,209,40); }

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

background-color css

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

 a { background-color: rgb(201,209,40); }

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

border-color css

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

 span { border-color: rgb(201,209,40); }

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