#BBF58A

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

Shades of Sulu #BBF58A

Tints of Sulu #BBF58A

Color information

#BBF58A (or 0xBBF58A) is unknown color: approx Sulu. HEX triplet: BB, F5 and 8A. RGB value is (187,245,138). Sum of RGB (Red+Green+Blue) = 187+245+138=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF58A is #440A75. Grayscale: #D7D7D7. Windows color (decimal): -4459126 or 9106875. OLE color: 9106875.

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

Color convert

RGB187245138-
CMYK0.2400.440.04
HSL92.52º84.25%75.1%-
HSV(B)92.52º43.67%96.08%-
XYZ57.7377.736-
YUV215.4684.28107.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 245 (96.09% from 255) = 42.98%
BLUE value IS 138 (54.30% from 255) = 24.21%
R=32.81%
G=42.98%
B=24.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872451380.2400.440.0492.5284.2575.1
HexBBF58A1802C45d544b
Octal273365212300544135124113
Binary101110111111010110001010110000101100100101110110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF58A; }

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

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

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

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

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

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

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

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