#B5F282

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

Shades of Sulu #B5F282

Tints of Sulu #B5F282

Color information

#B5F282 (or 0xB5F282) is unknown color: approx Sulu. HEX triplet: B5, F2 and 82. RGB value is (181,242,130). Sum of RGB (Red+Green+Blue) = 181+242+130=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F282 is #4A0D7D. Grayscale: #D3D3D3. Windows color (decimal): -4853118 or 8581813. OLE color: 8581813.

HSL color Cylindrical-coordinate representation of color #B5F282: hue angle of 92.68º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5F282 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB181242130-
CMYK0.2500.460.05
HSL92.68º81.16%72.94%-
HSV(B)92.68º46.28%94.9%-
XYZ54.8474.9432.69-
YUV210.9982.29106.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.73%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=32.73%
G=43.76%
B=23.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812421300.2500.460.0592.6881.1672.94
HexB5F2821902E55d5149
Octal265362202310565135121111
Binary101101011111001010000010110010101110101101110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F282; }

 p { color: rgb(181,242,130); }

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

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

 a { background-color: rgb(181,242,130); }

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

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

 span { border-color: rgb(181,242,130); }

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