#B1F3AF

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

Shades of Celadon #B1F3AF

Tints of Celadon #B1F3AF

Color information

#B1F3AF (or 0xB1F3AF) is unknown color: approx Celadon. HEX triplet: B1, F3 and AF. RGB value is (177,243,175). Sum of RGB (Red+Green+Blue) = 177+243+175=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F3AF is #4E0C50. Grayscale: #D7D7D7. Windows color (decimal): -5114961 or 11531185. OLE color: 11531185.

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

Color convert

RGB177243175-
CMYK0.2700.280.05
HSL118.24º73.91%81.96%-
HSV(B)118.24º27.98%95.29%-
XYZ57.9276.5452.28-
YUV215.51105.13100.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.75%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=29.75%
G=40.84%
B=29.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772431750.2700.280.05118.2473.9181.96
HexB1F3AF1B01C5764a52
Octal261363257330345166112122
Binary10110001111100111010111111011011100101111011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F3AF; }

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

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

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

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

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

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

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

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