Html Css Color HEX #C5D72C Fuego

📋 copy color: '#C5D72C'

red 197 ◦ green 215 ◦ blue 44

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

Shades of Fuego #C5D72C

Tints of Fuego #C5D72C

RGB

 RED value IS 197 (77.34% from 255) = 43.2%

 GREEN value IS 215 (84.38% from 255) = 47.15%

 BLUE value IS 44 (17.58% from 255) = 9.65%

R = 43.2%
G = 47.15%
B = 9.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#C5D72C (or 0xC5D72C) is known color: Fuego. HEX triplet: C5, D7 and 2C. RGB value is (197,215,44). Sum of RGB (Red+Green+Blue) = 197+215+44=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D72C is #3A28D3. Grayscale: #BEBEBE. Windows color (decimal): -3811540 or 2938821. OLE color: 2938821.

HSL color Cylindrical-coordinate representation of color #C5D72C: hue angle of 66.32º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5D72C is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 215 44 -
CMYK 0.08 0 0.80 0.16
HSL 66.32º 0.68% 0.51% -
HSV(B) 66.32º 0.8% 0.84% -
XYZ 47.78 60.65 11.57 -
YUV 190.12 45.54 132.9 -
System Red Green Blue C M Y K H S L
Decimal 197 215 44 0.08 0 0.80 0.16 66.32 0.68 0.51
Hex C5 D7 2C 8 0 50 10 42 44 33
Octal 305 327 54 10 0 120 20 102 104 63
Binary 11000101 11010111 101100 1000 0 1010000 10000 1000010 1000100 110011

Color Harmonies of #C5D72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D72C

Black with #C5D72C

Text Example


Text Example

White with #C5D72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D72C; }

 p { color: rgb(197,215,44); }

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

background-color css

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

 a { background-color: rgb(197,215,44); }

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

border-color css

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

 span { border-color: rgb(197,215,44); }

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