#C2FAD2

Color #C2FAD2 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C2FAD2

Tints of Granny Apple #C2FAD2

Color information

#C2FAD2 (or 0xC2FAD2) is unknown color: approx Granny Apple. HEX triplet: C2, FA and D2. RGB value is (194,250,210). Sum of RGB (Red+Green+Blue) = 194+250+210=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FAD2 is #3D052D. Grayscale: #E4E4E4. Windows color (decimal): -3999022 or 13826754. OLE color: 13826754.

HSL color Cylindrical-coordinate representation of color #C2FAD2: hue angle of 137.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2FAD2 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB194250210-
CMYK0.2200.160.02
HSL137.14º84.85%87.06%-
HSV(B)137.14º22.4%98.04%-
XYZ68.0784.4973.69-
YUV228.7117.45103.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.66%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 210 (82.42% from 255) = 32.11%
R=29.66%
G=38.23%
B=32.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502100.2200.160.02137.1484.8587.06
HexC2FAD2160102895557
Octal302372322260202211125127
Binary11000010111110101101001010110010000101000100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAD2; }

 p { color: rgb(194,250,210); }

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

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

 a { background-color: rgb(194,250,210); }

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

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

 span { border-color: rgb(194,250,210); }

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