#B1F4B5

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

Shades of Celadon #B1F4B5

Tints of Celadon #B1F4B5

Color information

#B1F4B5 (or 0xB1F4B5) is unknown color: approx Celadon. HEX triplet: B1, F4 and B5. RGB value is (177,244,181). Sum of RGB (Red+Green+Blue) = 177+244+181=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F4B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F4B5 is #4E0B4A. Grayscale: #D8D8D8. Windows color (decimal): -5114699 or 11924657. OLE color: 11924657.

HSL color Cylindrical-coordinate representation of color #B1F4B5: hue angle of 123.58º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F4B5 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB177244181-
CMYK0.2700.260.04
HSL123.58º75.28%82.55%-
HSV(B)123.58º27.46%95.69%-
XYZ58.8277.3855.55-
YUV216.78107.899.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 244 (95.70% from 255) = 40.53%
BLUE value IS 181 (71.09% from 255) = 30.07%
R=29.40%
G=40.53%
B=30.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772441810.2700.260.04123.5875.2882.55
HexB1F4B51B01A47c4b53
Octal261364265330324174113123
Binary10110001111101001011010111011011010100111110010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F4B5; }

 p { color: rgb(177,244,181); }

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

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

 a { background-color: rgb(177,244,181); }

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

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

 span { border-color: rgb(177,244,181); }

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