#B5EE70

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

Shades of Sulu #B5EE70

Tints of Sulu #B5EE70

Color information

#B5EE70 (or 0xB5EE70) is unknown color: approx Sulu. HEX triplet: B5, EE and 70. RGB value is (181,238,112). Sum of RGB (Red+Green+Blue) = 181+238+112=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EE70 is #4A118F. Grayscale: #CFCFCF. Windows color (decimal): -4854160 or 7401141. OLE color: 7401141.

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

Color convert

RGB181238112-
CMYK0.2400.530.07
HSL87.14º78.75%68.63%-
HSV(B)87.14º52.94%93.33%-
XYZ52.5672.1426.48-
YUV206.5974.62109.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 238 (93.36% from 255) = 44.82%
BLUE value IS 112 (44.14% from 255) = 21.09%
R=34.09%
G=44.82%
B=21.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812381120.2400.530.0787.1478.7568.63
HexB5EE70180357574f45
Octal265356160300657127117105
Binary10110101111011101110000110000110101111101011110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EE70; }

 p { color: rgb(181,238,112); }

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

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

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

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

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

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

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