#B1F4B4

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

Shades of Celadon #B1F4B4

Tints of Celadon #B1F4B4

Color information

#B1F4B4 (or 0xB1F4B4) is unknown color: approx Celadon. HEX triplet: B1, F4 and B4. RGB value is (177,244,180). Sum of RGB (Red+Green+Blue) = 177+244+180=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F4B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F4B4 is #4E0B4B. Grayscale: #D8D8D8. Windows color (decimal): -5114700 or 11859121. OLE color: 11859121.

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

Color convert

RGB177244180-
CMYK0.2700.260.04
HSL122.69º75.28%82.55%-
HSV(B)122.69º27.46%95.69%-
XYZ58.7277.3455.01-
YUV216.67107.399.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.45%
GREEN value IS 244 (95.70% from 255) = 40.60%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=29.45%
G=40.60%
B=29.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772441800.2700.260.04122.6975.2882.55
HexB1F4B41B01A47b4b53
Octal261364264330324173113123
Binary10110001111101001011010011011011010100111101110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F4B4; }

 p { color: rgb(177,244,180); }

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

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

 a { background-color: rgb(177,244,180); }

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

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

 span { border-color: rgb(177,244,180); }

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