#B1F8AD

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

Shades of Celadon #B1F8AD

Tints of Celadon #B1F8AD

Color information

#B1F8AD (or 0xB1F8AD) is unknown color: approx Celadon. HEX triplet: B1, F8 and AD. RGB value is (177,248,173). Sum of RGB (Red+Green+Blue) = 177+248+173=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F8AD is #4E0752. Grayscale: #DADADA. Windows color (decimal): -5113683 or 11401393. OLE color: 11401393.

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

Color convert

RGB177248173-
CMYK0.2900.300.03
HSL116.8º84.27%82.55%-
HSV(B)116.8º30.24%97.25%-
XYZ59.2479.551.76-
YUV218.22102.4898.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.60%
GREEN value IS 248 (97.27% from 255) = 41.47%
BLUE value IS 173 (67.97% from 255) = 28.93%
R=29.60%
G=41.47%
B=28.93%

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
Decimal1772481730.2900.300.03116.884.2782.55
HexB1F8AD1D01E3755453
Octal261370255350363165124123
Binary1011000111111000101011011110101111011111010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F8AD; }

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

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

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

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

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

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

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

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