Html Css Color HEX #C3D7AF Pixie Green

📋 copy color: '#C3D7AF'

red 195 ◦ green 215 ◦ blue 175

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

Shades of Pixie Green #C3D7AF

Tints of Pixie Green #C3D7AF

RGB

 RED value IS 195 (76.56% from 255) = 33.33%

 GREEN value IS 215 (84.38% from 255) = 36.75%

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

R = 33.33%
G = 36.75%
B = 29.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#C3D7AF (or 0xC3D7AF) is known color: Pixie Green. HEX triplet: C3, D7 and AF. RGB value is (195,215,175). Sum of RGB (Red+Green+Blue) = 195+215+175=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D7AF is #3C2850. Grayscale: #CCCCCC. Windows color (decimal): -3942481 or 11524035. OLE color: 11524035.

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

Color convert

RGB 195 215 175 -
CMYK 0.09 0 0.19 0.16
HSL 90º 0.33% 0.76% -
HSV(B) 90º 0.19% 0.84% -
XYZ 54.54 63.3 49.9 -
YUV 204.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 195 215 175 0.09 0 0.19 0.16 90 0.33 0.76
Hex C3 D7 AF 9 0 13 10 5A 21 4C
Octal 303 327 257 11 0 23 20 132 41 114
Binary 11000011 11010111 10101111 1001 0 10011 10000 1011010 100001 1001100

Color Harmonies of #C3D7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D7AF

Black with #C3D7AF

Text Example


Text Example

White with #C3D7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D7AF; }

 p { color: rgb(195,215,175); }

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

background-color css

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

 a { background-color: rgb(195,215,175); }

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

border-color css

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

 span { border-color: rgb(195,215,175); }

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