#CBFED5

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

Shades of Granny Apple #CBFED5

Tints of Granny Apple #CBFED5

Color information

#CBFED5 (or 0xCBFED5) is unknown color: approx Granny Apple. HEX triplet: CB, FE and D5. RGB value is (203,254,213). Sum of RGB (Red+Green+Blue) = 203+254+213=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFED5 is #34012A. Grayscale: #EAEAEA. Windows color (decimal): -3408171 or 14024395. OLE color: 14024395.

HSL color Cylindrical-coordinate representation of color #CBFED5: hue angle of 131.76º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFED5 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB203254213-
CMYK0.2000.160.00
HSL131.76º96.23%89.61%-
HSV(B)131.76º20.08%99.61%-
XYZ72.0888.3876.21-
YUV234.08116.1105.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 213 (83.59% from 255) = 31.79%
R=30.30%
G=37.91%
B=31.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032542130.2000.160.00131.7696.2389.61
HexCBFED514010084605a
Octal313376325240200204140132
Binary1100101111111110110101011010001000001000010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFED5; }

 p { color: rgb(203,254,213); }

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

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

 a { background-color: rgb(203,254,213); }

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

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

 span { border-color: rgb(203,254,213); }

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