Html Css Color HEX #C9D12E Fuego

📋 copy color: '#C9D12E'

red 201 ◦ green 209 ◦ blue 46

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

Shades of Fuego #C9D12E

Tints of Fuego #C9D12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.09%

R = 44.08%
G = 45.83%
B = 10.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#C9D12E (or 0xC9D12E) is known color: Fuego. HEX triplet: C9, D1 and 2E. RGB value is (201,209,46). Sum of RGB (Red+Green+Blue) = 201+209+46=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D12E is #362ED1. Grayscale: #BCBCBC. Windows color (decimal): -3550930 or 3068361. OLE color: 3068361.

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

Color convert

RGB 201 209 46 -
CMYK 0.04 0 0.78 0.18
HSL 62.94º 0.64% 0.5% -
HSV(B) 62.94º 0.78% 0.82% -
XYZ 47.38 58.22 11.32 -
YUV 188.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 201 209 46 0.04 0 0.78 0.18 62.94 0.64 0.5
Hex C9 D1 2E 4 0 4E 12 3F 40 32
Octal 311 321 56 4 0 116 22 77 100 62
Binary 11001001 11010001 101110 100 0 1001110 10010 111111 1000000 110010

Color Harmonies of #C9D12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D12E

Black with #C9D12E

Text Example


Text Example

White with #C9D12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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