#B0FEB5

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

Shades of Celadon #B0FEB5

Tints of Celadon #B0FEB5

Color information

#B0FEB5 (or 0xB0FEB5) is unknown color: approx Celadon. HEX triplet: B0, FE and B5. RGB value is (176,254,181). Sum of RGB (Red+Green+Blue) = 176+254+181=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEB5 is #4F014A. Grayscale: #DEDEDE. Windows color (decimal): -5177675 or 11927216. OLE color: 11927216.

HSL color Cylindrical-coordinate representation of color #B0FEB5: hue angle of 123.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEB5 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB176254181-
CMYK0.3100.290.00
HSL123.85º97.5%84.31%-
HSV(B)123.85º30.71%99.61%-
XYZ61.6983.4556.57-
YUV222.36104.6694.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.81%
GREEN value IS 254 (99.61% from 255) = 41.57%
BLUE value IS 181 (71.09% from 255) = 29.62%
R=28.81%
G=41.57%
B=29.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541810.3100.290.00123.8597.584.31
HexB0FEB51F01D07c6254
Octal260376265370350174142124
Binary101100001111111010110101111110111010111110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEB5; }

 p { color: rgb(176,254,181); }

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

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

 a { background-color: rgb(176,254,181); }

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

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

 span { border-color: rgb(176,254,181); }

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