#BBFE75

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

Shades of Sulu #BBFE75

Tints of Sulu #BBFE75

Color information

#BBFE75 (or 0xBBFE75) is unknown color: approx Sulu. HEX triplet: BB, FE and 75. RGB value is (187,254,117). Sum of RGB (Red+Green+Blue) = 187+254+117=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFE75 is #44018A. Grayscale: #DADADA. Windows color (decimal): -4456843 or 7732923. OLE color: 7732923.

HSL color Cylindrical-coordinate representation of color #BBFE75: hue angle of 89.34º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBFE75 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB187254117-
CMYK0.2600.540.00
HSL89.34º98.56%72.75%-
HSV(B)89.34º53.94%99.61%-
XYZ59.1582.7329.68-
YUV218.3570.8105.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 254 (99.61% from 255) = 45.52%
BLUE value IS 117 (46.09% from 255) = 20.97%
R=33.51%
G=45.52%
B=20.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872541170.2600.540.0089.3498.5672.75
HexBBFE751A0360596349
Octal273376165320660131143111
Binary101110111111111011101011101001101100101100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFE75; }

 p { color: rgb(187,254,117); }

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

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

 a { background-color: rgb(187,254,117); }

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

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

 span { border-color: rgb(187,254,117); }

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