Html Css Color HEX #C5DB95 Sprout

📋 copy color: '#C5DB95'

red 197 ◦ green 219 ◦ blue 149

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

Shades of Sprout #C5DB95

Tints of Sprout #C5DB95

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.76%

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

R = 34.87%
G = 38.76%
B = 26.37%

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

#C5DB95 (or 0xC5DB95) is known color: Sprout. HEX triplet: C5, DB and 95. RGB value is (197,219,149). Sum of RGB (Red+Green+Blue) = 197+219+149=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB95 is #3A246A. Grayscale: #CCCCCC. Windows color (decimal): -3810411 or 9821125. OLE color: 9821125.

HSL color Cylindrical-coordinate representation of color #C5DB95: hue angle of 78.86º degrees, saturation: 0.49, 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 #C5DB95 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 219 149 -
CMYK 0.10 0 0.32 0.14
HSL 78.86º 0.49% 0.72% -
HSV(B) 78.86º 0.32% 0.86% -
XYZ 53.78 64.7 38.09 -
YUV 204.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 197 219 149 0.10 0 0.32 0.14 78.86 0.49 0.72
Hex C5 DB 95 A 0 20 E 4F 31 48
Octal 305 333 225 12 0 40 16 117 61 110
Binary 11000101 11011011 10010101 1010 0 100000 1110 1001111 110001 1001000

Color Harmonies of #C5DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB95

Black with #C5DB95

Text Example


Text Example

White with #C5DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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