Html Css Color HEX #C4DDAF Pixie Green

📋 copy color: '#C4DDAF'

red 196 ◦ green 221 ◦ blue 175

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

Shades of Pixie Green #C4DDAF

Tints of Pixie Green #C4DDAF

RGB

 RED value IS 196 (76.95% from 255) = 33.11%

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

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

R = 33.11%
G = 37.33%
B = 29.56%

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

#C4DDAF (or 0xC4DDAF) is known color: Pixie Green. HEX triplet: C4, DD and AF. RGB value is (196,221,175). Sum of RGB (Red+Green+Blue) = 196+221+175=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DDAF is #3B2250. Grayscale: #D0D0D0. Windows color (decimal): -3875409 or 11525572. OLE color: 11525572.

HSL color Cylindrical-coordinate representation of color #C4DDAF: hue angle of 92.61º 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 #C4DDAF is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 221 175 -
CMYK 0.11 0 0.21 0.13
HSL 92.61º 0.4% 0.78% -
HSV(B) 92.61º 0.21% 0.87% -
XYZ 56.36 66.54 50.43 -
YUV 208.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 196 221 175 0.11 0 0.21 0.13 92.61 0.4 0.78
Hex C4 DD AF B 0 15 D 5D 28 4E
Octal 304 335 257 13 0 25 15 135 50 116
Binary 11000100 11011101 10101111 1011 0 10101 1101 1011101 101000 1001110

Color Harmonies of #C4DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DDAF

Black with #C4DDAF

Text Example


Text Example

White with #C4DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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