#B5F86D

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

Shades of Sulu #B5F86D

Tints of Sulu #B5F86D

Color information

#B5F86D (or 0xB5F86D) is unknown color: approx Sulu. HEX triplet: B5, F8 and 6D. RGB value is (181,248,109). Sum of RGB (Red+Green+Blue) = 181+248+109=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F86D is #4A0792. Grayscale: #D4D4D4. Windows color (decimal): -4851603 or 7207093. OLE color: 7207093.

HSL color Cylindrical-coordinate representation of color #B5F86D: hue angle of 88.92º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5F86D is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB181248109-
CMYK0.2700.560.03
HSL88.92º90.85%70%-
HSV(B)88.92º56.05%97.25%-
XYZ55.3878.0626.62-
YUV212.1269.8105.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 248 (97.27% from 255) = 46.10%
BLUE value IS 109 (42.97% from 255) = 20.26%
R=33.64%
G=46.10%
B=20.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812481090.2700.560.0388.9290.8570
HexB5F86D1B0383595b46
Octal265370155330703131133106
Binary1011010111111000110110111011011100011101100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F86D; }

 p { color: rgb(181,248,109); }

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

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

 a { background-color: rgb(181,248,109); }

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

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

 span { border-color: rgb(181,248,109); }

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