#B1FDAF

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

Shades of Celadon #B1FDAF

Tints of Celadon #B1FDAF

Color information

#B1FDAF (or 0xB1FDAF) is unknown color: approx Celadon. HEX triplet: B1, FD and AF. RGB value is (177,253,175). Sum of RGB (Red+Green+Blue) = 177+253+175=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FDAF is #4E0250. Grayscale: #DDDDDD. Windows color (decimal): -5112401 or 11533745. OLE color: 11533745.

HSL color Cylindrical-coordinate representation of color #B1FDAF: hue angle of 118.46º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FDAF is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB177253175-
CMYK0.3000.310.01
HSL118.46º95.12%83.92%-
HSV(B)118.46º30.83%99.22%-
XYZ60.9982.6953.3-
YUV221.38101.8296.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.26%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=29.26%
G=41.82%
B=28.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772531750.3000.310.01118.4695.1283.92
HexB1FDAF1E01F1765f54
Octal261375257360371166137124
Binary101100011111110110101111111100111111111011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FDAF; }

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

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

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

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

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

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

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

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