#BBF97D

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

Shades of Sulu #BBF97D

Tints of Sulu #BBF97D

Color information

#BBF97D (or 0xBBF97D) is unknown color: approx Sulu. HEX triplet: BB, F9 and 7D. RGB value is (187,249,125). Sum of RGB (Red+Green+Blue) = 187+249+125=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF97D is #440682. Grayscale: #D8D8D8. Windows color (decimal): -4458115 or 8255931. OLE color: 8255931.

HSL color Cylindrical-coordinate representation of color #BBF97D: hue angle of 90º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBF97D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB187249125-
CMYK0.2500.500.02
HSL90º91.18%73.33%-
HSV(B)90º49.8%97.65%-
XYZ58.0779.831.74-
YUV216.3376.46107.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 249 (97.66% from 255) = 44.39%
BLUE value IS 125 (49.22% from 255) = 22.28%
R=33.33%
G=44.39%
B=22.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491250.2500.500.029091.1873.33
HexBBF97D1903225a5b49
Octal273371175310622132133111
Binary1011101111111001111110111001011001010101101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF97D; }

 p { color: rgb(187,249,125); }

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

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

 a { background-color: rgb(187,249,125); }

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

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

 span { border-color: rgb(187,249,125); }

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