#BBFE85

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

Shades of Sulu #BBFE85

Tints of Sulu #BBFE85

Color information

#BBFE85 (or 0xBBFE85) is unknown color: approx Sulu. HEX triplet: BB, FE and 85. RGB value is (187,254,133). Sum of RGB (Red+Green+Blue) = 187+254+133=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFE85 is #44017A. Grayscale: #DCDCDC. Windows color (decimal): -4456827 or 8781499. OLE color: 8781499.

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

Color convert

RGB187254133-
CMYK0.2600.480.00
HSL93.22º98.37%75.88%-
HSV(B)93.22º47.64%99.61%-
XYZ60.1783.1435.07-
YUV220.1778.8104.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 254 (99.61% from 255) = 44.25%
BLUE value IS 133 (52.34% from 255) = 23.17%
R=32.58%
G=44.25%
B=23.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872541330.2600.480.0093.2298.3775.88
HexBBFE851A03005d624c
Octal273376205320600135142114
Binary1011101111111110100001011101001100000101110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFE85; }

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

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

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

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

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

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

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

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