Html Css Color HEX #C0D68E Sprout

📋 copy color: '#C0D68E'

red 192 ◦ green 214 ◦ blue 142

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

Shades of Sprout #C0D68E

Tints of Sprout #C0D68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.05%

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

R = 35.04%
G = 39.05%
B = 25.91%

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

#C0D68E (or 0xC0D68E) is known color: Sprout. HEX triplet: C0, D6 and 8E. RGB value is (192,214,142). Sum of RGB (Red+Green+Blue) = 192+214+142=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D68E is #3F2971. Grayscale: #C7C7C7. Windows color (decimal): -4139378 or 9361088. OLE color: 9361088.

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

Color convert

RGB 192 214 142 -
CMYK 0.10 0 0.34 0.16
HSL 78.33º 0.47% 0.7% -
HSV(B) 78.33º 0.34% 0.84% -
XYZ 50.67 61.25 34.74 -
YUV 199.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 192 214 142 0.10 0 0.34 0.16 78.33 0.47 0.7
Hex C0 D6 8E A 0 22 10 4E 2F 46
Octal 300 326 216 12 0 42 20 116 57 106
Binary 11000000 11010110 10001110 1010 0 100010 10000 1001110 101111 1000110

Color Harmonies of #C0D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D68E

Black with #C0D68E

Text Example


Text Example

White with #C0D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D68E; }

 p { color: rgb(192,214,142); }

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

background-color css

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

 a { background-color: rgb(192,214,142); }

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

border-color css

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

 span { border-color: rgb(192,214,142); }

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