Html Css Color HEX #C5DDAF Pixie Green

📋 copy color: '#C5DDAF'

red 197 ◦ green 221 ◦ blue 175

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

Shades of Pixie Green #C5DDAF

Tints of Pixie Green #C5DDAF

RGB

 RED value IS 197 (77.34% from 255) = 33.22%

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

 BLUE value IS 175 (68.75% from 255) = 29.51%

R = 33.22%
G = 37.27%
B = 29.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#C5DDAF (or 0xC5DDAF) is known color: Pixie Green. HEX triplet: C5, DD and AF. RGB value is (197,221,175). Sum of RGB (Red+Green+Blue) = 197+221+175=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DDAF is #3A2250. Grayscale: #D0D0D0. Windows color (decimal): -3809873 or 11525573. OLE color: 11525573.

HSL color Cylindrical-coordinate representation of color #C5DDAF: hue angle of 91.3º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5DDAF is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 221 175 -
CMYK 0.11 0 0.21 0.13
HSL 91.3º 0.4% 0.78% -
HSV(B) 91.3º 0.21% 0.87% -
XYZ 56.62 66.68 50.44 -
YUV 208.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 197 221 175 0.11 0 0.21 0.13 91.3 0.4 0.78
Hex C5 DD AF B 0 15 D 5B 28 4E
Octal 305 335 257 13 0 25 15 133 50 116
Binary 11000101 11011101 10101111 1011 0 10101 1101 1011011 101000 1001110

Color Harmonies of #C5DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DDAF

Black with #C5DDAF

Text Example


Text Example

White with #C5DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DDAF; }

 p { color: rgb(197,221,175); }

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

background-color css

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

 a { background-color: rgb(197,221,175); }

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

border-color css

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

 span { border-color: rgb(197,221,175); }

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