Html Css Color HEX #C0DDA5 Pixie Green

📋 copy color: '#C0DDA5'

red 192 ◦ green 221 ◦ blue 165

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

Shades of Pixie Green #C0DDA5

Tints of Pixie Green #C0DDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.55%

R = 33.22%
G = 38.24%
B = 28.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#C0DDA5 (or 0xC0DDA5) is known color: Pixie Green. HEX triplet: C0, DD and A5. RGB value is (192,221,165). Sum of RGB (Red+Green+Blue) = 192+221+165=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DDA5 is #3F225A. Grayscale: #CECECE. Windows color (decimal): -4137563 or 10870208. OLE color: 10870208.

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

Color convert

RGB 192 221 165 -
CMYK 0.13 0 0.25 0.13
HSL 91.07º 0.45% 0.76% -
HSV(B) 91.07º 0.25% 0.87% -
XYZ 54.39 65.64 45.4 -
YUV 205.95 104.89 118.05 -
System Red Green Blue C M Y K H S L
Decimal 192 221 165 0.13 0 0.25 0.13 91.07 0.45 0.76
Hex C0 DD A5 D 0 19 D 5B 2D 4C
Octal 300 335 245 15 0 31 15 133 55 114
Binary 11000000 11011101 10100101 1101 0 11001 1101 1011011 101101 1001100

Color Harmonies of #C0DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDA5

Black with #C0DDA5

Text Example


Text Example

White with #C0DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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