#B3F7AE

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

Shades of Celadon #B3F7AE

Tints of Celadon #B3F7AE

Color information

#B3F7AE (or 0xB3F7AE) is unknown color: approx Celadon. HEX triplet: B3, F7 and AE. RGB value is (179,247,174). Sum of RGB (Red+Green+Blue) = 179+247+174=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F7AE is #4C0851. Grayscale: #DADADA. Windows color (decimal): -4982866 or 11466675. OLE color: 11466675.

HSL color Cylindrical-coordinate representation of color #B3F7AE: hue angle of 115.89º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3F7AE is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB179247174-
CMYK0.2800.300.03
HSL115.89º82.02%82.55%-
HSV(B)115.89º29.55%96.86%-
XYZ59.4979.1652.19-
YUV218.35102.9799.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.83%
GREEN value IS 247 (96.88% from 255) = 41.17%
BLUE value IS 174 (68.36% from 255) = 29%
R=29.83%
G=41.17%
B=29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792471740.2800.300.03115.8982.0282.55
HexB3F7AE1C01E3745253
Octal263367256340363164122123
Binary1011001111110111101011101110001111011111010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F7AE; }

 p { color: rgb(179,247,174); }

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

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

 a { background-color: rgb(179,247,174); }

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

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

 span { border-color: rgb(179,247,174); }

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