#B5EF72

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

Shades of Sulu #B5EF72

Tints of Sulu #B5EF72

Color information

#B5EF72 (or 0xB5EF72) is unknown color: approx Sulu. HEX triplet: B5, EF and 72. RGB value is (181,239,114). Sum of RGB (Red+Green+Blue) = 181+239+114=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EF72 is #4A108D. Grayscale: #CFCFCF. Windows color (decimal): -4853902 or 7532469. OLE color: 7532469.

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

Color convert

RGB181239114-
CMYK0.2400.520.06
HSL87.84º79.62%69.22%-
HSV(B)87.84º52.3%93.73%-
XYZ52.9672.7727.17-
YUV207.4175.28109.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 239 (93.75% from 255) = 44.76%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=33.90%
G=44.76%
B=21.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391140.2400.520.0687.8479.6269.22
HexB5EF72180346585045
Octal265357162300646130120105
Binary10110101111011111110010110000110100110101100010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EF72; }

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

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

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

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

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

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

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

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