Html Css Color HEX #C0D58C Sprout

📋 copy color: '#C0D58C'

red 192 ◦ green 213 ◦ blue 140

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

Shades of Sprout #C0D58C

Tints of Sprout #C0D58C

RGB

 RED value IS 192 (75.39% from 255) = 35.23%

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

 BLUE value IS 140 (55.08% from 255) = 25.69%

R = 35.23%
G = 39.08%
B = 25.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#C0D58C (or 0xC0D58C) is known color: Sprout. HEX triplet: C0, D5 and 8C. RGB value is (192,213,140). Sum of RGB (Red+Green+Blue) = 192+213+140=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D58C is #3F2A73. Grayscale: #C6C6C6. Windows color (decimal): -4139636 or 9229760. OLE color: 9229760.

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

Color convert

RGB 192 213 140 -
CMYK 0.10 0 0.34 0.16
HSL 77.26º 0.46% 0.69% -
HSV(B) 77.26º 0.34% 0.84% -
XYZ 50.27 60.69 33.88 -
YUV 198.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 192 213 140 0.10 0 0.34 0.16 77.26 0.46 0.69
Hex C0 D5 8C A 0 22 10 4D 2E 45
Octal 300 325 214 12 0 42 20 115 56 105
Binary 11000000 11010101 10001100 1010 0 100010 10000 1001101 101110 1000101

Color Harmonies of #C0D58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D58C

Black with #C0D58C

Text Example


Text Example

White with #C0D58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D58C; }

 p { color: rgb(192,213,140); }

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

background-color css

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

 a { background-color: rgb(192,213,140); }

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

border-color css

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

 span { border-color: rgb(192,213,140); }

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