Html Css Color HEX #C5D58E Deco

📋 copy color: '#C5D58E'

red 197 ◦ green 213 ◦ blue 142

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

Shades of Deco #C5D58E

Tints of Deco #C5D58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.72%

R = 35.69%
G = 38.59%
B = 25.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#C5D58E (or 0xC5D58E) is known color: Deco. HEX triplet: C5, D5 and 8E. RGB value is (197,213,142). Sum of RGB (Red+Green+Blue) = 197+213+142=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D58E is #3A2A71. Grayscale: #C8C8C8. Windows color (decimal): -3811954 or 9360837. OLE color: 9360837.

HSL color Cylindrical-coordinate representation of color #C5D58E: hue angle of 73.52º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5D58E is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 213 142 -
CMYK 0.08 0 0.33 0.16
HSL 73.52º 0.46% 0.7% -
HSV(B) 73.52º 0.33% 0.84% -
XYZ 51.7 61.41 34.72 -
YUV 200.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 197 213 142 0.08 0 0.33 0.16 73.52 0.46 0.7
Hex C5 D5 8E 8 0 21 10 4A 2E 46
Octal 305 325 216 10 0 41 20 112 56 106
Binary 11000101 11010101 10001110 1000 0 100001 10000 1001010 101110 1000110

Color Harmonies of #C5D58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D58E

Black with #C5D58E

Text Example


Text Example

White with #C5D58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D58E; }

 p { color: rgb(197,213,142); }

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

background-color css

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

 a { background-color: rgb(197,213,142); }

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

border-color css

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

 span { border-color: rgb(197,213,142); }

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