Html Css Color HEX #C5D82C Fuego

📋 copy color: '#C5D82C'

red 197 ◦ green 216 ◦ blue 44

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

Shades of Fuego #C5D82C

Tints of Fuego #C5D82C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.26%

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

R = 43.11%
G = 47.26%
B = 9.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#C5D82C (or 0xC5D82C) is known color: Fuego. HEX triplet: C5, D8 and 2C. RGB value is (197,216,44). Sum of RGB (Red+Green+Blue) = 197+216+44=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D82C is #3A27D3. Grayscale: #BFBFBF. Windows color (decimal): -3811284 or 2939077. OLE color: 2939077.

HSL color Cylindrical-coordinate representation of color #C5D82C: hue angle of 66.63º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5D82C is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 216 44 -
CMYK 0.09 0 0.80 0.15
HSL 66.63º 0.69% 0.51% -
HSV(B) 66.63º 0.8% 0.85% -
XYZ 48.04 61.16 11.66 -
YUV 190.71 45.21 132.49 -
System Red Green Blue C M Y K H S L
Decimal 197 216 44 0.09 0 0.80 0.15 66.63 0.69 0.51
Hex C5 D8 2C 9 0 50 F 43 45 33
Octal 305 330 54 11 0 120 17 103 105 63
Binary 11000101 11011000 101100 1001 0 1010000 1111 1000011 1000101 110011

Color Harmonies of #C5D82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D82C

Black with #C5D82C

Text Example


Text Example

White with #C5D82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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