#B2FDAD

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

Shades of Celadon #B2FDAD

Tints of Celadon #B2FDAD

Color information

#B2FDAD (or 0xB2FDAD) is unknown color: approx Celadon. HEX triplet: B2, FD and AD. RGB value is (178,253,173). Sum of RGB (Red+Green+Blue) = 178+253+173=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FDAD is #4D0252. Grayscale: #DDDDDD. Windows color (decimal): -5046867 or 11402674. OLE color: 11402674.

HSL color Cylindrical-coordinate representation of color #B2FDAD: hue angle of 116.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2FDAD is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB178253173-
CMYK0.3000.320.01
HSL116.25º95.24%83.53%-
HSV(B)116.25º31.62%99.22%-
XYZ61.0382.7352.29-
YUV221.46100.6597-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.47%
GREEN value IS 253 (99.22% from 255) = 41.89%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=29.47%
G=41.89%
B=28.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782531730.3000.320.01116.2595.2483.53
HexB2FDAD1E0201745f54
Octal262375255360401164137124
Binary1011001011111101101011011111001000001111010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FDAD; }

 p { color: rgb(178,253,173); }

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

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

 a { background-color: rgb(178,253,173); }

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

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

 span { border-color: rgb(178,253,173); }

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