#bbff7f

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

Shades of Sulu #BBFF7F

Tints of Sulu #BBFF7F

Color information

#BBFF7F (or 0xBBFF7F) is unknown color: approx Sulu. HEX triplet: BB, FF and 7F. RGB value is (187,255,127). Sum of RGB (Red+Green+Blue) = 187+255+127=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF7F is #440080. Grayscale: #DCDCDC. Windows color (decimal): -4456577 or 8388539. OLE color: 8388539.

HSL color Cylindrical-coordinate representation of color #BBFF7F: hue angle of 91.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBFF7F is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB187255127-
CMYK0.2700.500
HSL91.88º100%74.9%-
HSV(B)91.88º50.2%100%-
XYZ60.0883.6233.05-
YUV220.0875.47104.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 255 (100% from 255) = 44.82%
BLUE value IS 127 (50% from 255) = 22.32%
R=32.86%
G=44.82%
B=22.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551270.2700.50091.8810074.9
HexBBFF7F1B03205c644b
Octal273377177330620134144113
Binary101110111111111111111111101101100100101110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbff7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbff7f; }

 p { color: rgb(187,255,127); }

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

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

 a { background-color: rgb(187,255,127); }

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

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

 span { border-color: rgb(187,255,127); }

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