#B9FF83

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

Shades of Sulu #B9FF83

Tints of Sulu #B9FF83

Color information

#B9FF83 (or 0xB9FF83) is unknown color: approx Sulu. HEX triplet: B9, FF and 83. RGB value is (185,255,131). Sum of RGB (Red+Green+Blue) = 185+255+131=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FF83 is #46007C. Grayscale: #DCDCDC. Windows color (decimal): -4587645 or 8650681. OLE color: 8650681.

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

Color convert

RGB185255131-
CMYK0.2700.490
HSL93.87º100%75.69%-
HSV(B)93.87º48.63%100%-
XYZ59.8683.4734.43-
YUV219.9377.81103.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 255 (100% from 255) = 44.66%
BLUE value IS 131 (51.56% from 255) = 22.94%
R=32.40%
G=44.66%
B=22.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551310.2700.49093.8710075.69
HexB9FF831B03105e644c
Octal271377203330610136144114
Binary1011100111111111100000111101101100010101111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FF83; }

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

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

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

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

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

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

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

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