#B1F7AE

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

Shades of Celadon #B1F7AE

Tints of Celadon #B1F7AE

Color information

#B1F7AE (or 0xB1F7AE) is unknown color: approx Celadon. HEX triplet: B1, F7 and AE. RGB value is (177,247,174). Sum of RGB (Red+Green+Blue) = 177+247+174=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F7AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F7AE is #4E0851. Grayscale: #D9D9D9. Windows color (decimal): -5113938 or 11466673. OLE color: 11466673.

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

Color convert

RGB177247174-
CMYK0.2800.300.03
HSL117.53º82.02%82.55%-
HSV(B)117.53º29.55%96.86%-
XYZ59.0378.9252.17-
YUV217.75103.3198.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.60%
GREEN value IS 247 (96.88% from 255) = 41.30%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=29.60%
G=41.30%
B=29.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772471740.2800.300.03117.5382.0282.55
HexB1F7AE1C01E3765253
Octal261367256340363166122123
Binary1011000111110111101011101110001111011111011010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F7AE; }

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

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

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

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

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

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

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

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