Html Css Color HEX #C5D82E Fuego

📋 copy color: '#C5D82E'

red 197 ◦ green 216 ◦ blue 46

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

Shades of Fuego #C5D82E

Tints of Fuego #C5D82E

RGB

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

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

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

R = 42.92%
G = 47.06%
B = 10.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#C5D82E (or 0xC5D82E) is known color: Fuego. HEX triplet: C5, D8 and 2E. RGB value is (197,216,46). Sum of RGB (Red+Green+Blue) = 197+216+46=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D82E is #3A27D1. Grayscale: #BFBFBF. Windows color (decimal): -3811282 or 3070149. OLE color: 3070149.

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

Color convert

RGB 197 216 46 -
CMYK 0.09 0 0.79 0.15
HSL 66.71º 0.69% 0.51% -
HSV(B) 66.71º 0.79% 0.85% -
XYZ 48.07 61.18 11.86 -
YUV 190.94 46.21 132.32 -
System Red Green Blue C M Y K H S L
Decimal 197 216 46 0.09 0 0.79 0.15 66.71 0.69 0.51
Hex C5 D8 2E 9 0 4F F 43 45 33
Octal 305 330 56 11 0 117 17 103 105 63
Binary 11000101 11011000 101110 1001 0 1001111 1111 1000011 1000101 110011

Color Harmonies of #C5D82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D82E

Black with #C5D82E

Text Example


Text Example

White with #C5D82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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