#BBF17F

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

Shades of Sulu #BBF17F

Tints of Sulu #BBF17F

Color information

#BBF17F (or 0xBBF17F) is unknown color: approx Sulu. HEX triplet: BB, F1 and 7F. RGB value is (187,241,127). Sum of RGB (Red+Green+Blue) = 187+241+127=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF17F is #440E80. Grayscale: #D4D4D4. Windows color (decimal): -4460161 or 8384955. OLE color: 8384955.

HSL color Cylindrical-coordinate representation of color #BBF17F: hue angle of 88.42º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBF17F is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB187241127-
CMYK0.2200.470.05
HSL88.42º80.28%72.16%-
HSV(B)88.42º47.3%94.51%-
XYZ55.7875.0131.62-
YUV211.8680.11110.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 127 (50% from 255) = 22.88%
R=33.69%
G=43.42%
B=22.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872411270.2200.470.0588.4280.2872.16
HexBBF17F1602F5585048
Octal273361177260575130120110
Binary10111011111100011111111101100101111101101100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF17F; }

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

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

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

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

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

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

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

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