#B9FF6F

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

Shades of Sulu #B9FF6F

Tints of Sulu #B9FF6F

Color information

#B9FF6F (or 0xB9FF6F) is unknown color: approx Sulu. HEX triplet: B9, FF and 6F. RGB value is (185,255,111). Sum of RGB (Red+Green+Blue) = 185+255+111=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF6F is #460090. Grayscale: #DADADA. Windows color (decimal): -4587665 or 7339961. OLE color: 7339961.

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

Color convert

RGB185255111-
CMYK0.2700.560
HSL89.17º100%71.76%-
HSV(B)89.17º56.47%100%-
XYZ58.6482.9827.97-
YUV217.6567.81104.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 111 (43.75% from 255) = 20.15%
R=33.58%
G=46.28%
B=20.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551110.2700.56089.1710071.76
HexB9FF6F1B0380596448
Octal271377157330700131144110
Binary101110011111111111011111101101110000101100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FF6F; }

 p { color: rgb(185,255,111); }

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

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

 a { background-color: rgb(185,255,111); }

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

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

 span { border-color: rgb(185,255,111); }

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