#B4FEB1

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

Shades of Celadon #B4FEB1

Tints of Celadon #B4FEB1

Color information

#B4FEB1 (or 0xB4FEB1) is unknown color: approx Celadon. HEX triplet: B4, FE and B1. RGB value is (180,254,177). Sum of RGB (Red+Green+Blue) = 180+254+177=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FEB1 is #4B014E. Grayscale: #DFDFDF. Windows color (decimal): -4915535 or 11665076. OLE color: 11665076.

HSL color Cylindrical-coordinate representation of color #B4FEB1: hue angle of 117.66º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4FEB1 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB180254177-
CMYK0.2900.300.00
HSL117.66º97.47%84.51%-
HSV(B)117.66º30.31%99.61%-
XYZ62.283.7654.48-
YUV223.1101.9897.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.46%
GREEN value IS 254 (99.61% from 255) = 41.57%
BLUE value IS 177 (69.53% from 255) = 28.97%
R=29.46%
G=41.57%
B=28.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802541770.2900.300.00117.6697.4784.51
HexB4FEB11D01E0766155
Octal264376261350360166141125
Binary101101001111111010110001111010111100111011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEB1; }

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

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

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

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

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

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

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

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