#B5FFB4

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

Shades of Celadon #B5FFB4

Tints of Celadon #B5FFB4

Color information

#B5FFB4 (or 0xB5FFB4) is unknown color: approx Celadon. HEX triplet: B5, FF and B4. RGB value is (181,255,180). Sum of RGB (Red+Green+Blue) = 181+255+180=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFB4 is #4A004B. Grayscale: #E0E0E0. Windows color (decimal): -4849740 or 11861941. OLE color: 11861941.

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

Color convert

RGB181255180-
CMYK0.2900.290
HSL119.2º100%85.29%-
HSV(B)119.2º29.41%100%-
XYZ63.0584.6456.19-
YUV224.32102.9897.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.38%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 180 (70.70% from 255) = 29.22%
R=29.38%
G=41.40%
B=29.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812551800.2900.290119.210085.29
HexB5FFB41D01D0776455
Octal265377264350350167144125
Binary101101011111111110110100111010111010111011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FFB4; }

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

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

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

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

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

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

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

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