Html Css Color HEX #C2D68E Sprout

📋 copy color: '#C2D68E'

red 194 ◦ green 214 ◦ blue 142

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

Shades of Sprout #C2D68E

Tints of Sprout #C2D68E

RGB

 RED value IS 194 (76.17% from 255) = 35.27%

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

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

R = 35.27%
G = 38.91%
B = 25.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#C2D68E (or 0xC2D68E) is known color: Sprout. HEX triplet: C2, D6 and 8E. RGB value is (194,214,142). Sum of RGB (Red+Green+Blue) = 194+214+142=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D68E is #3D2971. Grayscale: #C8C8C8. Windows color (decimal): -4008306 or 9361090. OLE color: 9361090.

HSL color Cylindrical-coordinate representation of color #C2D68E: hue angle of 76.67º 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 #C2D68E is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 214 142 -
CMYK 0.09 0 0.34 0.16
HSL 76.67º 0.47% 0.7% -
HSV(B) 76.67º 0.34% 0.84% -
XYZ 51.18 61.52 34.77 -
YUV 199.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 194 214 142 0.09 0 0.34 0.16 76.67 0.47 0.7
Hex C2 D6 8E 9 0 22 10 4D 2F 46
Octal 302 326 216 11 0 42 20 115 57 106
Binary 11000010 11010110 10001110 1001 0 100010 10000 1001101 101111 1000110

Color Harmonies of #C2D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D68E

Black with #C2D68E

Text Example


Text Example

White with #C2D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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