Html Css Color HEX #C5DC97 Sprout

📋 copy color: '#C5DC97'

red 197 ◦ green 220 ◦ blue 151

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

Shades of Sprout #C5DC97

Tints of Sprout #C5DC97

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.73%

 BLUE value IS 151 (59.38% from 255) = 26.58%

R = 34.68%
G = 38.73%
B = 26.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#C5DC97 (or 0xC5DC97) is known color: Sprout. HEX triplet: C5, DC and 97. RGB value is (197,220,151). Sum of RGB (Red+Green+Blue) = 197+220+151=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC97 is #3A2368. Grayscale: #CDCDCD. Windows color (decimal): -3810153 or 9952453. OLE color: 9952453.

HSL color Cylindrical-coordinate representation of color #C5DC97: hue angle of 80º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5DC97 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 151 -
CMYK 0.10 0 0.31 0.14
HSL 80º 0.5% 0.73% -
HSV(B) 80º 0.31% 0.86% -
XYZ 54.21 65.29 39.02 -
YUV 205.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 197 220 151 0.10 0 0.31 0.14 80 0.5 0.73
Hex C5 DC 97 A 0 1F E 50 32 49
Octal 305 334 227 12 0 37 16 120 62 111
Binary 11000101 11011100 10010111 1010 0 11111 1110 1010000 110010 1001001

Color Harmonies of #C5DC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC97

Black with #C5DC97

Text Example


Text Example

White with #C5DC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC97; }

 p { color: rgb(197,220,151); }

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

background-color css

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

 a { background-color: rgb(197,220,151); }

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

border-color css

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

 span { border-color: rgb(197,220,151); }

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