Html Css Color HEX #C5DCAE Pixie Green

📋 copy color: '#C5DCAE'

red 197 ◦ green 220 ◦ blue 174

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

Shades of Pixie Green #C5DCAE

Tints of Pixie Green #C5DCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.23%

 BLUE value IS 174 (68.36% from 255) = 29.44%

R = 33.33%
G = 37.23%
B = 29.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#C5DCAE (or 0xC5DCAE) is known color: Pixie Green. HEX triplet: C5, DC and AE. RGB value is (197,220,174). Sum of RGB (Red+Green+Blue) = 197+220+174=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DCAE is #3A2351. Grayscale: #D0D0D0. Windows color (decimal): -3810130 or 11459781. OLE color: 11459781.

HSL color Cylindrical-coordinate representation of color #C5DCAE: hue angle of 90º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5DCAE is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 174 -
CMYK 0.10 0 0.21 0.14
HSL 90º 0.4% 0.77% -
HSV(B) 90º 0.21% 0.86% -
XYZ 56.26 66.11 49.84 -
YUV 207.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 197 220 174 0.10 0 0.21 0.14 90 0.4 0.77
Hex C5 DC AE A 0 15 E 5A 28 4D
Octal 305 334 256 12 0 25 16 132 50 115
Binary 11000101 11011100 10101110 1010 0 10101 1110 1011010 101000 1001101

Color Harmonies of #C5DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCAE

Black with #C5DCAE

Text Example


Text Example

White with #C5DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCAE; }

 p { color: rgb(197,220,174); }

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

background-color css

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

 a { background-color: rgb(197,220,174); }

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

border-color css

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

 span { border-color: rgb(197,220,174); }

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