#B1F8AE

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

Shades of Celadon #B1F8AE

Tints of Celadon #B1F8AE

Color information

#B1F8AE (or 0xB1F8AE) is unknown color: approx Celadon. HEX triplet: B1, F8 and AE. RGB value is (177,248,174). Sum of RGB (Red+Green+Blue) = 177+248+174=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F8AE is #4E0751. Grayscale: #DADADA. Windows color (decimal): -5113682 or 11466929. OLE color: 11466929.

HSL color Cylindrical-coordinate representation of color #B1F8AE: hue angle of 117.57º degrees, saturation: 0.84, 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 #B1F8AE is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB177248174-
CMYK0.2900.300.03
HSL117.57º84.09%82.75%-
HSV(B)117.57º29.84%97.25%-
XYZ59.3479.5452.27-
YUV218.34102.9898.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.55%
GREEN value IS 248 (97.27% from 255) = 41.40%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=29.55%
G=41.40%
B=29.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772481740.2900.300.03117.5784.0982.75
HexB1F8AE1D01E3765453
Octal261370256350363166124123
Binary1011000111111000101011101110101111011111011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F8AE; }

 p { color: rgb(177,248,174); }

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

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

 a { background-color: rgb(177,248,174); }

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

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

 span { border-color: rgb(177,248,174); }

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