#B5FFB5

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

Shades of Celadon #B5FFB5

Tints of Celadon #B5FFB5

Color information

#B5FFB5 (or 0xB5FFB5) is unknown color: approx Celadon. HEX triplet: B5, FF and B5. RGB value is (181,255,181). Sum of RGB (Red+Green+Blue) = 181+255+181=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFB5 is #4A004A. Grayscale: #E0E0E0. Windows color (decimal): -4849739 or 11927477. OLE color: 11927477.

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

Color convert

RGB181255181-
CMYK0.2900.290
HSL120º100%85.49%-
HSV(B)120º29.02%100%-
XYZ63.1684.6856.73-
YUV224.44103.4897.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.34%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 181 (71.09% from 255) = 29.34%
R=29.34%
G=41.33%
B=29.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812551810.2900.29012010085.49
HexB5FFB51D01D0786455
Octal265377265350350170144125
Binary101101011111111110110101111010111010111100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FFB5; }

 p { color: rgb(181,255,181); }

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

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

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

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

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

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

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