#B1F5B4

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

Shades of Celadon #B1F5B4

Tints of Celadon #B1F5B4

Color information

#B1F5B4 (or 0xB1F5B4) is unknown color: approx Celadon. HEX triplet: B1, F5 and B4. RGB value is (177,245,180). Sum of RGB (Red+Green+Blue) = 177+245+180=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #B1F5B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F5B4 is #4E0A4B. Grayscale: #D9D9D9. Windows color (decimal): -5114444 or 11859377. OLE color: 11859377.

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

Color convert

RGB177245180-
CMYK0.2800.270.04
HSL122.65º77.27%82.75%-
HSV(B)122.65º27.76%96.08%-
XYZ59.0277.9555.11-
YUV217.26106.9799.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 245 (96.09% from 255) = 40.70%
BLUE value IS 180 (70.70% from 255) = 29.90%
R=29.40%
G=40.70%
B=29.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772451800.2800.270.04122.6577.2782.75
HexB1F5B41C01B47b4d53
Octal261365264340334173115123
Binary10110001111101011011010011100011011100111101110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F5B4; }

 p { color: rgb(177,245,180); }

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

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

 a { background-color: rgb(177,245,180); }

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

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

 span { border-color: rgb(177,245,180); }

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