#C8EDCB

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

Shades of Granny Apple #C8EDCB

Tints of Granny Apple #C8EDCB

Color information

#C8EDCB (or 0xC8EDCB) is unknown color: approx Granny Apple. HEX triplet: C8, ED and CB. RGB value is (200,237,203). Sum of RGB (Red+Green+Blue) = 200+237+203=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDCB is #371234. Grayscale: #DEDEDE. Windows color (decimal): -3609141 or 13364680. OLE color: 13364680.

HSL color Cylindrical-coordinate representation of color #C8EDCB: hue angle of 124.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EDCB is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB200237203-
CMYK0.1600.140.07
HSL124.86º50.68%85.69%-
HSV(B)124.86º15.61%92.94%-
XYZ64.8877.1667.97-
YUV222.06117.24112.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=31.25%
G=37.03%
B=31.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002372030.1600.140.07124.8650.6885.69
HexC8EDCB100E77d3356
Octal31035531320016717563126
Binary110010001110110111001011100000111011111111011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDCB; }

 p { color: rgb(200,237,203); }

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

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

 a { background-color: rgb(200,237,203); }

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

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

 span { border-color: rgb(200,237,203); }

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