Html Css Color HEX #C9D62D Fuego

📋 copy color: '#C9D62D'

red 201 ◦ green 214 ◦ blue 45

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

Shades of Fuego #C9D62D

Tints of Fuego #C9D62D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.52%

 BLUE value IS 45 (17.97% from 255) = 9.78%

R = 43.7%
G = 46.52%
B = 9.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#C9D62D (or 0xC9D62D) is known color: Fuego. HEX triplet: C9, D6 and 2D. RGB value is (201,214,45). Sum of RGB (Red+Green+Blue) = 201+214+45=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D62D is #3629D2. Grayscale: #BFBFBF. Windows color (decimal): -3549651 or 3004105. OLE color: 3004105.

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

Color convert

RGB 201 214 45 -
CMYK 0.06 0 0.79 0.16
HSL 64.62º 0.67% 0.51% -
HSV(B) 64.62º 0.79% 0.84% -
XYZ 48.61 60.7 11.64 -
YUV 190.85 45.69 135.24 -
System Red Green Blue C M Y K H S L
Decimal 201 214 45 0.06 0 0.79 0.16 64.62 0.67 0.51
Hex C9 D6 2D 6 0 4F 10 41 43 33
Octal 311 326 55 6 0 117 20 101 103 63
Binary 11001001 11010110 101101 110 0 1001111 10000 1000001 1000011 110011

Color Harmonies of #C9D62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D62D

Black with #C9D62D

Text Example


Text Example

White with #C9D62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D62D; }

 p { color: rgb(201,214,45); }

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

background-color css

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

 a { background-color: rgb(201,214,45); }

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

border-color css

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

 span { border-color: rgb(201,214,45); }

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