#C2F0C3

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

Shades of Granny Apple #C2F0C3

Tints of Granny Apple #C2F0C3

Color information

#C2F0C3 (or 0xC2F0C3) is unknown color: approx Granny Apple. HEX triplet: C2, F0 and C3. RGB value is (194,240,195). Sum of RGB (Red+Green+Blue) = 194+240+195=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F0C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F0C3 is #3D0F3C. Grayscale: #DDDDDD. Windows color (decimal): -4001597 or 12841154. OLE color: 12841154.

HSL color Cylindrical-coordinate representation of color #C2F0C3: hue angle of 121.3º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2F0C3 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB194240195-
CMYK0.1900.190.06
HSL121.3º60.53%85.1%-
HSV(B)121.3º19.17%94.12%-
XYZ63.2677.7363.3-
YUV221.12113.26108.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.84%
GREEN value IS 240 (94.14% from 255) = 38.16%
BLUE value IS 195 (76.56% from 255) = 31.00%
R=30.84%
G=38.16%
B=31.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942401950.1900.190.06121.360.5385.1
HexC2F0C3130136793d55
Octal30236030323023617175125
Binary1100001011110000110000111001101001111011110011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F0C3; }

 p { color: rgb(194,240,195); }

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

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

 a { background-color: rgb(194,240,195); }

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

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

 span { border-color: rgb(194,240,195); }

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