#B2FEB3

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

Shades of Celadon #B2FEB3

Tints of Celadon #B2FEB3

Color information

#B2FEB3 (or 0xB2FEB3) is unknown color: approx Celadon. HEX triplet: B2, FE and B3. RGB value is (178,254,179). Sum of RGB (Red+Green+Blue) = 178+254+179=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEB3 is #4D014C. Grayscale: #DEDEDE. Windows color (decimal): -5046605 or 11796146. OLE color: 11796146.

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

Color convert

RGB178254179-
CMYK0.3000.300.00
HSL120.79º97.44%84.71%-
HSV(B)120.79º29.92%99.61%-
XYZ61.9483.655.52-
YUV222.73103.3296.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.13%
GREEN value IS 254 (99.61% from 255) = 41.57%
BLUE value IS 179 (70.31% from 255) = 29.30%
R=29.13%
G=41.57%
B=29.30%

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
Decimal1782541790.3000.300.00120.7997.4484.71
HexB2FEB31E01E0796155
Octal262376263360360171141125
Binary101100101111111010110011111100111100111100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEB3; }

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

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

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

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

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

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

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

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