Html Css Color HEX #C9D52E Fuego

📋 copy color: '#C9D52E'

red 201 ◦ green 213 ◦ blue 46

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

Shades of Fuego #C9D52E

Tints of Fuego #C9D52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.3%

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

R = 43.7%
G = 46.3%
B = 10%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#C9D52E (or 0xC9D52E) is known color: Fuego. HEX triplet: C9, D5 and 2E. RGB value is (201,213,46). Sum of RGB (Red+Green+Blue) = 201+213+46=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D52E is #362AD1. Grayscale: #BFBFBF. Windows color (decimal): -3549906 or 3069385. OLE color: 3069385.

HSL color Cylindrical-coordinate representation of color #C9D52E: hue angle of 64.31º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9D52E is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 213 46 -
CMYK 0.06 0 0.78 0.16
HSL 64.31º 0.67% 0.51% -
HSV(B) 64.31º 0.78% 0.84% -
XYZ 48.37 60.2 11.66 -
YUV 190.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 201 213 46 0.06 0 0.78 0.16 64.31 0.67 0.51
Hex C9 D5 2E 6 0 4E 10 40 43 33
Octal 311 325 56 6 0 116 20 100 103 63
Binary 11001001 11010101 101110 110 0 1001110 10000 1000000 1000011 110011

Color Harmonies of #C9D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D52E

Black with #C9D52E

Text Example


Text Example

White with #C9D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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