#CBFED6

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

Shades of Granny Apple #CBFED6

Tints of Granny Apple #CBFED6

Color information

#CBFED6 (or 0xCBFED6) is unknown color: approx Granny Apple. HEX triplet: CB, FE and D6. RGB value is (203,254,214). Sum of RGB (Red+Green+Blue) = 203+254+214=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFED6 is #340129. Grayscale: #EAEAEA. Windows color (decimal): -3408170 or 14089931. OLE color: 14089931.

HSL color Cylindrical-coordinate representation of color #CBFED6: hue angle of 132.94º 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 #CBFED6 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB203254214-
CMYK0.2000.160.00
HSL132.94º96.23%89.61%-
HSV(B)132.94º20.08%99.61%-
XYZ72.2188.4476.88-
YUV234.19116.6105.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.25%
GREEN value IS 254 (99.61% from 255) = 37.85%
BLUE value IS 214 (83.98% from 255) = 31.89%
R=30.25%
G=37.85%
B=31.89%

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
Decimal2032542140.2000.160.00132.9496.2389.61
HexCBFED614010085605a
Octal313376326240200205140132
Binary1100101111111110110101101010001000001000010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFED6; }

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

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

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

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

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

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

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

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