#C0FBCF

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

Shades of Granny Apple #C0FBCF

Tints of Granny Apple #C0FBCF

Color information

#C0FBCF (or 0xC0FBCF) is unknown color: approx Granny Apple. HEX triplet: C0, FB and CF. RGB value is (192,251,207). Sum of RGB (Red+Green+Blue) = 192+251+207=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBCF is #3F0430. Grayscale: #E4E4E4. Windows color (decimal): -4129841 or 13630400. OLE color: 13630400.

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

Color convert

RGB192251207-
CMYK0.2400.180.02
HSL135.25º88.06%86.86%-
HSV(B)135.25º23.51%98.43%-
XYZ67.584.7171.82-
YUV228.34115.95102.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.54%
GREEN value IS 251 (98.44% from 255) = 38.62%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=29.54%
G=38.62%
B=31.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922512070.2400.180.02135.2588.0686.86
HexC0FBCF180122875857
Octal300373317300222207130127
Binary11000000111110111100111111000010010101000011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBCF; }

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

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

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

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

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

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

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

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