#B5FF6F

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

Shades of Sulu #B5FF6F

Tints of Sulu #B5FF6F

Color information

#B5FF6F (or 0xB5FF6F) is unknown color: approx Sulu. HEX triplet: B5, FF and 6F. RGB value is (181,255,111). Sum of RGB (Red+Green+Blue) = 181+255+111=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF6F is #4A0090. Grayscale: #D8D8D8. Windows color (decimal): -4849809 or 7339957. OLE color: 7339957.

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

Color convert

RGB181255111-
CMYK0.2900.560
HSL90.83º100%71.76%-
HSV(B)90.83º56.47%100%-
XYZ57.6982.4927.92-
YUV216.4668.48102.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 255 (100% from 255) = 46.62%
BLUE value IS 111 (43.75% from 255) = 20.29%
R=33.09%
G=46.62%
B=20.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812551110.2900.56090.8310071.76
HexB5FF6F1D03805b6448
Octal265377157350700133144110
Binary101101011111111111011111110101110000101101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FF6F; }

 p { color: rgb(181,255,111); }

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

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

 a { background-color: rgb(181,255,111); }

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

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

 span { border-color: rgb(181,255,111); }

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