#B3FEB1

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

Shades of Celadon #B3FEB1

Tints of Celadon #B3FEB1

Color information

#B3FEB1 (or 0xB3FEB1) is unknown color: approx Celadon. HEX triplet: B3, FE and B1. RGB value is (179,254,177). Sum of RGB (Red+Green+Blue) = 179+254+177=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FEB1 is #4C014E. Grayscale: #DFDFDF. Windows color (decimal): -4981071 or 11665075. OLE color: 11665075.

HSL color Cylindrical-coordinate representation of color #B3FEB1: hue angle of 118.44º 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 #B3FEB1 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB179254177-
CMYK0.3000.300.00
HSL118.44º97.47%84.51%-
HSV(B)118.44º30.31%99.61%-
XYZ61.9783.6454.47-
YUV222.8102.1596.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.34%
GREEN value IS 254 (99.61% from 255) = 41.64%
BLUE value IS 177 (69.53% from 255) = 29.02%
R=29.34%
G=41.64%
B=29.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792541770.3000.300.00118.4497.4784.51
HexB3FEB11E01E0766155
Octal263376261360360166141125
Binary101100111111111010110001111100111100111011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEB1; }

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

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

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

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

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

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

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

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