#CFF2D2

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

Shades of Granny Apple #CFF2D2

Tints of Granny Apple #CFF2D2

Color information

#CFF2D2 (or 0xCFF2D2) is unknown color: approx Granny Apple. HEX triplet: CF, F2 and D2. RGB value is (207,242,210). Sum of RGB (Red+Green+Blue) = 207+242+210=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2D2 is #300D2D. Grayscale: #E3E3E3. Windows color (decimal): -3149102 or 13824719. OLE color: 13824719.

HSL color Cylindrical-coordinate representation of color #CFF2D2: hue angle of 125.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF2D2 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB207242210-
CMYK0.1400.130.05
HSL125.14º57.38%88.04%-
HSV(B)125.14º14.46%94.9%-
XYZ69.1281.4273.05-
YUV227.89117.9113.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 242 (94.92% from 255) = 36.72%
BLUE value IS 210 (82.42% from 255) = 31.87%
R=31.41%
G=36.72%
B=31.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072422100.1400.130.05125.1457.3888.04
HexCFF2D2E0D57d3958
Octal31736232216015517571130
Binary11001111111100101101001011100110110111111011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2D2; }

 p { color: rgb(207,242,210); }

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

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

 a { background-color: rgb(207,242,210); }

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

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

 span { border-color: rgb(207,242,210); }

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