#B5EF85

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

Shades of Sulu #B5EF85

Tints of Sulu #B5EF85

Color information

#B5EF85 (or 0xB5EF85) is unknown color: approx Sulu. HEX triplet: B5, EF and 85. RGB value is (181,239,133). Sum of RGB (Red+Green+Blue) = 181+239+133=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EF85 is #4A107A. Grayscale: #D1D1D1. Windows color (decimal): -4853883 or 8777653. OLE color: 8777653.

HSL color Cylindrical-coordinate representation of color #B5EF85: hue angle of 92.83º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5EF85 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB181239133-
CMYK0.2400.440.06
HSL92.83º76.81%72.94%-
HSV(B)92.83º44.35%93.73%-
XYZ54.1673.2533.47-
YUV209.5784.78107.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.73%
GREEN value IS 239 (93.75% from 255) = 43.22%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=32.73%
G=43.22%
B=24.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391330.2400.440.0692.8376.8172.94
HexB5EF851802C65d4d49
Octal265357205300546135115111
Binary101101011110111110000101110000101100110101110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EF85; }

 p { color: rgb(181,239,133); }

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

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

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

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

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

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

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