#C0F0D1

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

Shades of Granny Apple #C0F0D1

Tints of Granny Apple #C0F0D1

Color information

#C0F0D1 (or 0xC0F0D1) is unknown color: approx Granny Apple. HEX triplet: C0, F0 and D1. RGB value is (192,240,209). Sum of RGB (Red+Green+Blue) = 192+240+209=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F0D1 is #3F0F2E. Grayscale: #DEDEDE. Windows color (decimal): -4132655 or 13758656. OLE color: 13758656.

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

Color convert

RGB192240209-
CMYK0.2000.130.06
HSL141.25º61.54%84.71%-
HSV(B)141.25º20%94.12%-
XYZ64.4178.1372.01-
YUV222.11120.6106.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.95%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 209 (82.03% from 255) = 32.61%
R=29.95%
G=37.44%
B=32.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922402090.2000.130.06141.2561.5484.71
HexC0F0D1140D68d3e55
Octal30036032124015621576125
Binary1100000011110000110100011010001101110100011011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F0D1; }

 p { color: rgb(192,240,209); }

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

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

 a { background-color: rgb(192,240,209); }

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

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

 span { border-color: rgb(192,240,209); }

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