#C5EFCF

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

Shades of Granny Apple #C5EFCF

Tints of Granny Apple #C5EFCF

Color information

#C5EFCF (or 0xC5EFCF) is unknown color: approx Granny Apple. HEX triplet: C5, EF and CF. RGB value is (197,239,207). Sum of RGB (Red+Green+Blue) = 197+239+207=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFCF is #3A1030. Grayscale: #DEDEDE. Windows color (decimal): -3805233 or 13627333. OLE color: 13627333.

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

Color convert

RGB197239207-
CMYK0.1800.130.06
HSL134.29º56.76%85.49%-
HSV(B)134.29º17.57%93.73%-
XYZ65.1578.1170.67-
YUV222.79119.09109.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.64%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=30.64%
G=37.17%
B=32.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972392070.1800.130.06134.2956.7685.49
HexC5EFCF120D6863955
Octal30535731722015620671125
Binary1100010111101111110011111001001101110100001101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EFCF; }

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

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

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

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

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

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

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

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