Html Css Color HEX #C5DC95 Sprout

📋 copy color: '#C5DC95'

red 197 ◦ green 220 ◦ blue 149

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

Shades of Sprout #C5DC95

Tints of Sprout #C5DC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.33%

R = 34.81%
G = 38.87%
B = 26.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#C5DC95 (or 0xC5DC95) is known color: Sprout. HEX triplet: C5, DC and 95. RGB value is (197,220,149). Sum of RGB (Red+Green+Blue) = 197+220+149=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC95 is #3A236A. Grayscale: #CDCDCD. Windows color (decimal): -3810155 or 9821381. OLE color: 9821381.

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

Color convert

RGB 197 220 149 -
CMYK 0.10 0 0.32 0.14
HSL 79.44º 0.5% 0.72% -
HSV(B) 79.44º 0.32% 0.86% -
XYZ 54.04 65.23 38.18 -
YUV 205.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 197 220 149 0.10 0 0.32 0.14 79.44 0.5 0.72
Hex C5 DC 95 A 0 20 E 4F 32 48
Octal 305 334 225 12 0 40 16 117 62 110
Binary 11000101 11011100 10010101 1010 0 100000 1110 1001111 110010 1001000

Color Harmonies of #C5DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC95

Black with #C5DC95

Text Example


Text Example

White with #C5DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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