Html Css Color HEX #C2D5AF Pixie Green

📋 copy color: '#C2D5AF'

red 194 ◦ green 213 ◦ blue 175

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

Shades of Pixie Green #C2D5AF

Tints of Pixie Green #C2D5AF

RGB

 RED value IS 194 (76.17% from 255) = 33.33%

 GREEN value IS 213 (83.59% from 255) = 36.6%

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

R = 33.33%
G = 36.6%
B = 30.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#C2D5AF (or 0xC2D5AF) is known color: Pixie Green. HEX triplet: C2, D5 and AF. RGB value is (194,213,175). Sum of RGB (Red+Green+Blue) = 194+213+175=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D5AF is #3D2A50. Grayscale: #CBCBCB. Windows color (decimal): -4008529 or 11523522. OLE color: 11523522.

HSL color Cylindrical-coordinate representation of color #C2D5AF: hue angle of 90º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D5AF is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 213 175 -
CMYK 0.09 0 0.18 0.16
HSL 90º 0.31% 0.76% -
HSV(B) 90º 0.18% 0.84% -
XYZ 53.78 62.15 49.72 -
YUV 202.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 194 213 175 0.09 0 0.18 0.16 90 0.31 0.76
Hex C2 D5 AF 9 0 12 10 5A 1F 4C
Octal 302 325 257 11 0 22 20 132 37 114
Binary 11000010 11010101 10101111 1001 0 10010 10000 1011010 11111 1001100

Color Harmonies of #C2D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D5AF

Black with #C2D5AF

Text Example


Text Example

White with #C2D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D5AF; }

 p { color: rgb(194,213,175); }

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

background-color css

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

 a { background-color: rgb(194,213,175); }

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

border-color css

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

 span { border-color: rgb(194,213,175); }

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