#BBF56C

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

Shades of Sulu #BBF56C

Tints of Sulu #BBF56C

Color information

#BBF56C (or 0xBBF56C) is unknown color: approx Sulu. HEX triplet: BB, F5 and 6C. RGB value is (187,245,108). Sum of RGB (Red+Green+Blue) = 187+245+108=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF56C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF56C is #440A93. Grayscale: #D4D4D4. Windows color (decimal): -4459156 or 7140795. OLE color: 7140795.

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

Color convert

RGB187245108-
CMYK0.2400.560.04
HSL85.4º87.26%69.22%-
HSV(B)85.4º55.92%96.08%-
XYZ55.8576.9526.1-
YUV212.0469.28110.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 245 (96.09% from 255) = 45.37%
BLUE value IS 108 (42.58% from 255) = 20%
R=34.63%
G=45.37%
B=20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872451080.2400.560.0485.487.2669.22
HexBBF56C180384555745
Octal273365154300704125127105
Binary10111011111101011101100110000111000100101010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF56C; }

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

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

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

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

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

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

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

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