#BBFF72

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

Shades of Sulu #BBFF72

Tints of Sulu #BBFF72

Color information

#BBFF72 (or 0xBBFF72) is unknown color: approx Sulu. HEX triplet: BB, FF and 72. RGB value is (187,255,114). Sum of RGB (Red+Green+Blue) = 187+255+114=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF72 is #44008D. Grayscale: #DBDBDB. Windows color (decimal): -4456590 or 7536571. OLE color: 7536571.

HSL color Cylindrical-coordinate representation of color #BBFF72: hue angle of 88.94º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBFF72 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB187255114-
CMYK0.2700.550
HSL88.94º100%72.35%-
HSV(B)88.94º55.29%100%-
XYZ59.2983.328.87-
YUV218.5968.97105.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 255 (100% from 255) = 45.86%
BLUE value IS 114 (44.92% from 255) = 20.50%
R=33.63%
G=45.86%
B=20.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551140.2700.55088.9410072.35
HexBBFF721B0370596448
Octal273377162330670131144110
Binary101110111111111111100101101101101110101100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFF72; }

 p { color: rgb(187,255,114); }

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

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

 a { background-color: rgb(187,255,114); }

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

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

 span { border-color: rgb(187,255,114); }

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