#B4FBB5

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

Shades of Celadon #B4FBB5

Tints of Celadon #B4FBB5

Color information

#B4FBB5 (or 0xB4FBB5) is unknown color: approx Celadon. HEX triplet: B4, FB and B5. RGB value is (180,251,181). Sum of RGB (Red+Green+Blue) = 180+251+181=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBB5 is #4B044A. Grayscale: #DEDEDE. Windows color (decimal): -4916299 or 11926452. OLE color: 11926452.

HSL color Cylindrical-coordinate representation of color #B4FBB5: hue angle of 120.85º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBB5 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB180251181-
CMYK0.2800.280.02
HSL120.85º89.87%84.51%-
HSV(B)120.85º28.29%98.43%-
XYZ61.6682.0356.3-
YUV221.79104.9898.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.41%
GREEN value IS 251 (98.44% from 255) = 41.01%
BLUE value IS 181 (71.09% from 255) = 29.58%
R=29.41%
G=41.01%
B=29.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802511810.2800.280.02120.8589.8784.51
HexB4FBB51C01C2795a55
Octal264373265340342171132125
Binary1011010011111011101101011110001110010111100110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBB5; }

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

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

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

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

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

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

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

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