#B4F0B5

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

Shades of Celadon #B4F0B5

Tints of Celadon #B4F0B5

Color information

#B4F0B5 (or 0xB4F0B5) is unknown color: approx Celadon. HEX triplet: B4, F0 and B5. RGB value is (180,240,181). Sum of RGB (Red+Green+Blue) = 180+240+181=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F0B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F0B5 is #4B0F4A. Grayscale: #D7D7D7. Windows color (decimal): -4919115 or 11923636. OLE color: 11923636.

HSL color Cylindrical-coordinate representation of color #B4F0B5: hue angle of 121º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F0B5 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB180240181-
CMYK0.2500.250.06
HSL121º66.67%82.35%-
HSV(B)121º25%94.12%-
XYZ58.3275.3655.19-
YUV215.33108.62102.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 240 (94.14% from 255) = 39.93%
BLUE value IS 181 (71.09% from 255) = 30.12%
R=29.95%
G=39.93%
B=30.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802401810.2500.250.0612166.6782.35
HexB4F0B5190196794352
Octal264360265310316171103122
Binary10110100111100001011010111001011001110111100110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F0B5; }

 p { color: rgb(180,240,181); }

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

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

 a { background-color: rgb(180,240,181); }

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

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

 span { border-color: rgb(180,240,181); }

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