#B1F7AF

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

Shades of Celadon #B1F7AF

Tints of Celadon #B1F7AF

Color information

#B1F7AF (or 0xB1F7AF) is unknown color: approx Celadon. HEX triplet: B1, F7 and AF. RGB value is (177,247,175). Sum of RGB (Red+Green+Blue) = 177+247+175=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F7AF is #4E0850. Grayscale: #DADADA. Windows color (decimal): -5113937 or 11532209. OLE color: 11532209.

HSL color Cylindrical-coordinate representation of color #B1F7AF: hue angle of 118.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F7AF is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB177247175-
CMYK0.2800.290.03
HSL118.33º81.82%82.75%-
HSV(B)118.33º29.15%96.86%-
XYZ59.1378.9652.68-
YUV217.86103.8198.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.55%
GREEN value IS 247 (96.88% from 255) = 41.24%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=29.55%
G=41.24%
B=29.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772471750.2800.290.03118.3381.8282.75
HexB1F7AF1C01D3765253
Octal261367257340353166122123
Binary1011000111110111101011111110001110111111011010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F7AF; }

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

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

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

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

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

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

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

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