#B5FE82

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

Shades of Sulu #B5FE82

Tints of Sulu #B5FE82

Color information

#B5FE82 (or 0xB5FE82) is unknown color: approx Sulu. HEX triplet: B5, FE and 82. RGB value is (181,254,130). Sum of RGB (Red+Green+Blue) = 181+254+130=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FE82 is #4A017D. Grayscale: #DADADA. Windows color (decimal): -4850046 or 8584885. OLE color: 8584885.

HSL color Cylindrical-coordinate representation of color #B5FE82: hue angle of 95.32º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5FE82 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB181254130-
CMYK0.2900.490.00
HSL95.32º98.41%75.29%-
HSV(B)95.32º48.82%99.61%-
XYZ58.5382.3233.92-
YUV218.0478.32101.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.04%
GREEN value IS 254 (99.61% from 255) = 44.96%
BLUE value IS 130 (51.17% from 255) = 23.01%
R=32.04%
G=44.96%
B=23.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812541300.2900.490.0095.3298.4175.29
HexB5FE821D03105f624b
Octal265376202350610137142113
Binary1011010111111110100000101110101100010101111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FE82; }

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

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

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

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

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

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

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

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