#CBFFD0

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

Shades of Granny Apple #CBFFD0

Tints of Granny Apple #CBFFD0

Color information

#CBFFD0 (or 0xCBFFD0) is unknown color: approx Granny Apple. HEX triplet: CB, FF and D0. RGB value is (203,255,208). Sum of RGB (Red+Green+Blue) = 203+255+208=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFD0 is #34002F. Grayscale: #EAEAEA. Windows color (decimal): -3407920 or 13696971. OLE color: 13696971.

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

Color convert

RGB203255208-
CMYK0.2000.180
HSL125.77º100%89.8%-
HSV(B)125.77º20.39%100%-
XYZ71.7788.7773.03-
YUV234.09113.27105.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.48%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 208 (81.64% from 255) = 31.23%
R=30.48%
G=38.29%
B=31.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032552080.2000.180125.7710089.8
HexCBFFD01401207e645a
Octal313377320240220176144132
Binary110010111111111111010000101000100100111111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFD0; }

 p { color: rgb(203,255,208); }

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

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

 a { background-color: rgb(203,255,208); }

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

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

 span { border-color: rgb(203,255,208); }

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