#C0EFCF

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

Shades of Granny Apple #C0EFCF

Tints of Granny Apple #C0EFCF

Color information

#C0EFCF (or 0xC0EFCF) is unknown color: approx Granny Apple. HEX triplet: C0, EF and CF. RGB value is (192,239,207). Sum of RGB (Red+Green+Blue) = 192+239+207=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFCF is #3F1030. Grayscale: #DDDDDD. Windows color (decimal): -4132913 or 13627328. OLE color: 13627328.

HSL color Cylindrical-coordinate representation of color #C0EFCF: hue angle of 139.15º degrees, saturation: 0.59, 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 #C0EFCF is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB192239207-
CMYK0.2000.130.06
HSL139.15º59.49%84.51%-
HSV(B)139.15º19.67%93.73%-
XYZ63.8777.4470.61-
YUV221.3119.93107.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.09%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 207 (81.25% from 255) = 32.45%
R=30.09%
G=37.46%
B=32.45%

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
Decimal1922392070.2000.130.06139.1559.4984.51
HexC0EFCF140D68b3b55
Octal30035731724015621373125
Binary1100000011101111110011111010001101110100010111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EFCF; }

 p { color: rgb(192,239,207); }

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

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

 a { background-color: rgb(192,239,207); }

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

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

 span { border-color: rgb(192,239,207); }

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