Html Css Color HEX #C0DD9D Pixie Green

📋 copy color: '#C0DD9D'

red 192 ◦ green 221 ◦ blue 157

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

Shades of Pixie Green #C0DD9D

Tints of Pixie Green #C0DD9D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.77%

 BLUE value IS 157 (61.72% from 255) = 27.54%

R = 33.68%
G = 38.77%
B = 27.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#C0DD9D (or 0xC0DD9D) is known color: Pixie Green. HEX triplet: C0, DD and 9D. RGB value is (192,221,157). Sum of RGB (Red+Green+Blue) = 192+221+157=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD9D is #3F2262. Grayscale: #CDCDCD. Windows color (decimal): -4137571 or 10345920. OLE color: 10345920.

HSL color Cylindrical-coordinate representation of color #C0DD9D: hue angle of 87.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0DD9D is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 221 157 -
CMYK 0.13 0 0.29 0.13
HSL 87.19º 0.48% 0.74% -
HSV(B) 87.19º 0.29% 0.87% -
XYZ 53.68 65.35 41.68 -
YUV 205.03 100.89 118.7 -
System Red Green Blue C M Y K H S L
Decimal 192 221 157 0.13 0 0.29 0.13 87.19 0.48 0.74
Hex C0 DD 9D D 0 1D D 57 30 4A
Octal 300 335 235 15 0 35 15 127 60 112
Binary 11000000 11011101 10011101 1101 0 11101 1101 1010111 110000 1001010

Color Harmonies of #C0DD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DD9D

Black with #C0DD9D

Text Example


Text Example

White with #C0DD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DD9D; }

 p { color: rgb(192,221,157); }

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

background-color css

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

 a { background-color: rgb(192,221,157); }

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

border-color css

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

 span { border-color: rgb(192,221,157); }

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