#B1F1AF

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

Shades of Celadon #B1F1AF

Tints of Celadon #B1F1AF

Color information

#B1F1AF (or 0xB1F1AF) is unknown color: approx Celadon. HEX triplet: B1, F1 and AF. RGB value is (177,241,175). Sum of RGB (Red+Green+Blue) = 177+241+175=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F1AF is #4E0E50. Grayscale: #D6D6D6. Windows color (decimal): -5115473 or 11530673. OLE color: 11530673.

HSL color Cylindrical-coordinate representation of color #B1F1AF: hue angle of 118.18º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F1AF is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB177241175-
CMYK0.2700.270.05
HSL118.18º70.21%81.57%-
HSV(B)118.18º27.39%94.51%-
XYZ57.3275.3552.08-
YUV214.34105.8101.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.85%
GREEN value IS 241 (94.53% from 255) = 40.64%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=29.85%
G=40.64%
B=29.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772411750.2700.270.05118.1870.2181.57
HexB1F1AF1B01B5764652
Octal261361257330335166106122
Binary10110001111100011010111111011011011101111011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1AF; }

 p { color: rgb(177,241,175); }

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

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

 a { background-color: rgb(177,241,175); }

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

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

 span { border-color: rgb(177,241,175); }

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