#B1FEB4

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

Shades of Celadon #B1FEB4

Tints of Celadon #B1FEB4

Color information

#B1FEB4 (or 0xB1FEB4) is unknown color: approx Celadon. HEX triplet: B1, FE and B4. RGB value is (177,254,180). Sum of RGB (Red+Green+Blue) = 177+254+180=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEB4 is #4E014B. Grayscale: #DEDEDE. Windows color (decimal): -5112140 or 11861681. OLE color: 11861681.

HSL color Cylindrical-coordinate representation of color #B1FEB4: hue angle of 122.34º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEB4 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB177254180-
CMYK0.3000.290.00
HSL122.34º97.47%84.51%-
HSV(B)122.34º30.31%99.61%-
XYZ61.8183.5356.04-
YUV222.54103.9995.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.97%
GREEN value IS 254 (99.61% from 255) = 41.57%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=28.97%
G=41.57%
B=29.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772541800.3000.290.00122.3497.4784.51
HexB1FEB41E01D07a6155
Octal261376264360350172141125
Binary101100011111111010110100111100111010111101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FEB4; }

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

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

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

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

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

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

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

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