#B4F0B3

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

Shades of Celadon #B4F0B3

Tints of Celadon #B4F0B3

Color information

#B4F0B3 (or 0xB4F0B3) is unknown color: approx Celadon. HEX triplet: B4, F0 and B3. RGB value is (180,240,179). Sum of RGB (Red+Green+Blue) = 180+240+179=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F0B3 is #4B0F4C. Grayscale: #D7D7D7. Windows color (decimal): -4919117 or 11792564. OLE color: 11792564.

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

Color convert

RGB180240179-
CMYK0.2500.250.06
HSL119.02º67.03%82.16%-
HSV(B)119.02º25.42%94.12%-
XYZ58.1275.2854.11-
YUV215.11107.62102.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.05%
GREEN value IS 240 (94.14% from 255) = 40.07%
BLUE value IS 179 (70.31% from 255) = 29.88%
R=30.05%
G=40.07%
B=29.88%

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
Decimal1802401790.2500.250.06119.0267.0382.16
HexB4F0B3190196774352
Octal264360263310316167103122
Binary10110100111100001011001111001011001110111011110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F0B3; }

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

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

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

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

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

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

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

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