#b5ed84

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

Shades of Sulu #B5ED84

Tints of Sulu #B5ED84

Color information

#B5ED84 (or 0xB5ED84) is unknown color: approx Sulu. HEX triplet: B5, ED and 84. RGB value is (181,237,132). Sum of RGB (Red+Green+Blue) = 181+237+132=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5ED84 is #4A127B. Grayscale: #D0D0D0. Windows color (decimal): -4854396 or 8711605. OLE color: 8711605.

HSL color Cylindrical-coordinate representation of color #B5ED84: hue angle of 92º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5ED84 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB181237132-
CMYK0.2400.440.07
HSL92º74.47%72.35%-
HSV(B)92º44.3%92.94%-
XYZ53.5172.0632.92-
YUV208.2984.95108.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 237 (92.97% from 255) = 43.09%
BLUE value IS 132 (51.95% from 255) = 24%
R=32.91%
G=43.09%
B=24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812371320.2400.440.079274.4772.35
HexB5ED841802C75c4a48
Octal265355204300547134112110
Binary101101011110110110000100110000101100111101110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5ed84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5ed84; }

 p { color: rgb(181,237,132); }

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

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

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

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

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

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

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