#B0FEB1

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

Shades of Celadon #B0FEB1

Tints of Celadon #B0FEB1

Color information

#B0FEB1 (or 0xB0FEB1) is unknown color: approx Celadon. HEX triplet: B0, FE and B1. RGB value is (176,254,177). Sum of RGB (Red+Green+Blue) = 176+254+177=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FEB1 is #4F014E. Grayscale: #DEDEDE. Windows color (decimal): -5177679 or 11665072. OLE color: 11665072.

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

Color convert

RGB176254177-
CMYK0.3100.300.00
HSL120.77º97.5%84.31%-
HSV(B)120.77º30.71%99.61%-
XYZ61.2883.2954.44-
YUV221.9102.6695.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 177 (69.53% from 255) = 29.16%
R=29.00%
G=41.85%
B=29.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541770.3100.300.00120.7797.584.31
HexB0FEB11F01E0796254
Octal260376261370360171142124
Binary101100001111111010110001111110111100111100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEB1; }

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

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

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

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

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

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

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

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