#CADFB2

Color #CADFB2 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #CADFB2

Tints of Pixie Green #CADFB2

Color information

#CADFB2 (or 0xCADFB2) is unknown color: approx Pixie Green. HEX triplet: CA, DF and B2. RGB value is (202,223,178). Sum of RGB (Red+Green+Blue) = 202+223+178=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFB2 is #35204D. Grayscale: #D3D3D3. Windows color (decimal): -3481678 or 11722698. OLE color: 11722698.

HSL color Cylindrical-coordinate representation of color #CADFB2: hue angle of 88º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADFB2 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB202223178-
CMYK0.0900.200.13
HSL88º41.28%78.63%-
HSV(B)88º20.18%87.45%-
XYZ58.7868.5552.25-
YUV211.59109.04121.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 178 (69.92% from 255) = 29.52%
R=33.50%
G=36.98%
B=29.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231780.0900.200.138841.2878.63
HexCADFB29014D58294f
Octal312337262110241513051117
Binary1100101011011111101100101001010100110110110001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFB2; }

 p { color: rgb(202,223,178); }

 H1.HeaderClassName
 {
   color: #CADFB2;
 }
 .AnyTagClassName
 {
   color: #CADFB2;
 }
</style>
background-color css

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

 a { background-color: rgb(202,223,178); }

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

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

 span { border-color: rgb(202,223,178); }

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