#bbf57f

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

Shades of Sulu #BBF57F

Tints of Sulu #BBF57F

Color information

#BBF57F (or 0xBBF57F) is unknown color: approx Sulu. HEX triplet: BB, F5 and 7F. RGB value is (187,245,127). Sum of RGB (Red+Green+Blue) = 187+245+127=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF57F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF57F is #440A80. Grayscale: #D6D6D6. Windows color (decimal): -4459137 or 8385979. OLE color: 8385979.

HSL color Cylindrical-coordinate representation of color #BBF57F: hue angle of 89.49º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBF57F is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB187245127-
CMYK0.2400.480.04
HSL89.49º85.51%72.94%-
HSV(B)89.49º48.16%96.08%-
XYZ56.9877.432.02-
YUV214.2178.78108.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 245 (96.09% from 255) = 43.83%
BLUE value IS 127 (50% from 255) = 22.72%
R=33.45%
G=43.83%
B=22.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872451270.2400.480.0489.4985.5172.94
HexBBF57F180304595649
Octal273365177300604131126111
Binary10111011111101011111111110000110000100101100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbf57f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbf57f; }

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

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

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

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

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

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

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

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