#BBF58C

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

Shades of Sulu #BBF58C

Tints of Sulu #BBF58C

Color information

#BBF58C (or 0xBBF58C) is unknown color: approx Sulu. HEX triplet: BB, F5 and 8C. RGB value is (187,245,140). Sum of RGB (Red+Green+Blue) = 187+245+140=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF58C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF58C is #440A73. Grayscale: #D8D8D8. Windows color (decimal): -4459124 or 9237947. OLE color: 9237947.

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

Color convert

RGB187245140-
CMYK0.2400.430.04
HSL93.14º84%75.49%-
HSV(B)93.14º42.86%96.08%-
XYZ57.8877.7636.77-
YUV215.6985.28107.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 245 (96.09% from 255) = 42.83%
BLUE value IS 140 (55.08% from 255) = 24.48%
R=32.69%
G=42.83%
B=24.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872451400.2400.430.0493.148475.49
HexBBF58C1802B45d544b
Octal273365214300534135124113
Binary101110111111010110001100110000101011100101110110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF58C; }

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

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

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

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

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

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

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

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