Html Css Color HEX #C5DBAF Pixie Green

📋 copy color: '#C5DBAF'

red 197 ◦ green 219 ◦ blue 175

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

Shades of Pixie Green #C5DBAF

Tints of Pixie Green #C5DBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.06%

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

R = 33.33%
G = 37.06%
B = 29.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#C5DBAF (or 0xC5DBAF) is known color: Pixie Green. HEX triplet: C5, DB and AF. RGB value is (197,219,175). Sum of RGB (Red+Green+Blue) = 197+219+175=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DBAF is #3A2450. Grayscale: #CFCFCF. Windows color (decimal): -3810385 or 11525061. OLE color: 11525061.

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

Color convert

RGB 197 219 175 -
CMYK 0.10 0 0.20 0.14
HSL 90º 0.38% 0.77% -
HSV(B) 90º 0.2% 0.86% -
XYZ 56.1 65.63 50.27 -
YUV 207.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 197 219 175 0.10 0 0.20 0.14 90 0.38 0.77
Hex C5 DB AF A 0 14 E 5A 26 4D
Octal 305 333 257 12 0 24 16 132 46 115
Binary 11000101 11011011 10101111 1010 0 10100 1110 1011010 100110 1001101

Color Harmonies of #C5DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBAF

Black with #C5DBAF

Text Example


Text Example

White with #C5DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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