#CBFED1

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

Shades of Granny Apple #CBFED1

Tints of Granny Apple #CBFED1

Color information

#CBFED1 (or 0xCBFED1) is unknown color: approx Granny Apple. HEX triplet: CB, FE and D1. RGB value is (203,254,209). Sum of RGB (Red+Green+Blue) = 203+254+209=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFED1 is #34012E. Grayscale: #E9E9E9. Windows color (decimal): -3408175 or 13762251. OLE color: 13762251.

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

Color convert

RGB203254209-
CMYK0.2000.180.00
HSL127.06º96.23%89.61%-
HSV(B)127.06º20.08%99.61%-
XYZ71.5888.1873.57-
YUV233.62114.1106.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.48%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 209 (82.03% from 255) = 31.38%
R=30.48%
G=38.14%
B=31.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032542090.2000.180.00127.0696.2389.61
HexCBFED11401207f605a
Octal313376321240220177140132
Binary110010111111111011010001101000100100111111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFED1; }

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

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

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

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

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

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

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

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