#B1F6AF

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

Shades of Celadon #B1F6AF

Tints of Celadon #B1F6AF

Color information

#B1F6AF (or 0xB1F6AF) is unknown color: approx Celadon. HEX triplet: B1, F6 and AF. RGB value is (177,246,175). Sum of RGB (Red+Green+Blue) = 177+246+175=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 246 (96.48% from 255 or 41.14% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F6AF is #4E0950. Grayscale: #D9D9D9. Windows color (decimal): -5114193 or 11531953. OLE color: 11531953.

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

Color convert

RGB177246175-
CMYK0.2800.290.04
HSL118.31º79.78%82.55%-
HSV(B)118.31º28.86%96.47%-
XYZ58.8378.3552.58-
YUV217.27104.1499.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.60%
GREEN value IS 246 (96.48% from 255) = 41.14%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=29.60%
G=41.14%
B=29.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772461750.2800.290.04118.3179.7882.55
HexB1F6AF1C01D4765053
Octal261366257340354166120123
Binary10110001111101101010111111100011101100111011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F6AF; }

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

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

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

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

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

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

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

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