#B3F7B4

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

Shades of Celadon #B3F7B4

Tints of Celadon #B3F7B4

Color information

#B3F7B4 (or 0xB3F7B4) is unknown color: approx Celadon. HEX triplet: B3, F7 and B4. RGB value is (179,247,180). Sum of RGB (Red+Green+Blue) = 179+247+180=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F7B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F7B4 is #4C084B. Grayscale: #DBDBDB. Windows color (decimal): -4982860 or 11859891. OLE color: 11859891.

HSL color Cylindrical-coordinate representation of color #B3F7B4: hue angle of 120.88º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F7B4 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB179247180-
CMYK0.2800.270.03
HSL120.88º80.95%83.53%-
HSV(B)120.88º27.53%96.86%-
XYZ60.0979.455.34-
YUV219.03105.9799.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.54%
GREEN value IS 247 (96.88% from 255) = 40.76%
BLUE value IS 180 (70.70% from 255) = 29.70%
R=29.54%
G=40.76%
B=29.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792471800.2800.270.03120.8880.9583.53
HexB3F7B41C01B3795154
Octal263367264340333171121124
Binary1011001111110111101101001110001101111111100110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F7B4; }

 p { color: rgb(179,247,180); }

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

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

 a { background-color: rgb(179,247,180); }

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

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

 span { border-color: rgb(179,247,180); }

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