Html Css Color HEX #C2D59E Pixie Green

📋 copy color: '#C2D59E'

red 194 ◦ green 213 ◦ blue 158

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

Shades of Pixie Green #C2D59E

Tints of Pixie Green #C2D59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.96%

R = 34.34%
G = 37.7%
B = 27.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#C2D59E (or 0xC2D59E) is known color: Pixie Green. HEX triplet: C2, D5 and 9E. RGB value is (194,213,158). Sum of RGB (Red+Green+Blue) = 194+213+158=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D59E is #3D2A61. Grayscale: #C9C9C9. Windows color (decimal): -4008546 or 10409410. OLE color: 10409410.

HSL color Cylindrical-coordinate representation of color #C2D59E: hue angle of 80.73º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2D59E is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 213 158 -
CMYK 0.09 0 0.26 0.16
HSL 80.73º 0.4% 0.73% -
HSV(B) 80.73º 0.26% 0.84% -
XYZ 52.21 61.53 41.47 -
YUV 201.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 194 213 158 0.09 0 0.26 0.16 80.73 0.4 0.73
Hex C2 D5 9E 9 0 1A 10 51 28 49
Octal 302 325 236 11 0 32 20 121 50 111
Binary 11000010 11010101 10011110 1001 0 11010 10000 1010001 101000 1001001

Color Harmonies of #C2D59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D59E

Black with #C2D59E

Text Example


Text Example

White with #C2D59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D59E; }

 p { color: rgb(194,213,158); }

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

background-color css

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

 a { background-color: rgb(194,213,158); }

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

border-color css

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

 span { border-color: rgb(194,213,158); }

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