#b9ff7e

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

Shades of Sulu #B9FF7E

Tints of Sulu #B9FF7E

Color information

#B9FF7E (or 0xB9FF7E) is unknown color: approx Sulu. HEX triplet: B9, FF and 7E. RGB value is (185,255,126). Sum of RGB (Red+Green+Blue) = 185+255+126=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF7E is #460081. Grayscale: #DBDBDB. Windows color (decimal): -4587650 or 8323001. OLE color: 8323001.

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

Color convert

RGB185255126-
CMYK0.2700.510
HSL92.56º100%74.71%-
HSV(B)92.56º50.59%100%-
XYZ59.5383.3432.69-
YUV219.3675.31103.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 255 (100% from 255) = 45.05%
BLUE value IS 126 (49.61% from 255) = 22.26%
R=32.69%
G=45.05%
B=22.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551260.2700.51092.5610074.71
HexB9FF7E1B03305d644b
Octal271377176330630135144113
Binary101110011111111111111101101101100110101110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9ff7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9ff7e; }

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

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

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

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

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

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

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

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