#B6F380

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

Shades of Sulu #B6F380

Tints of Sulu #B6F380

Color information

#B6F380 (or 0xB6F380) is unknown color: approx Sulu. HEX triplet: B6, F3 and 80. RGB value is (182,243,128). Sum of RGB (Red+Green+Blue) = 182+243+128=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F380 is #490C7F. Grayscale: #D4D4D4. Windows color (decimal): -4787328 or 8450998. OLE color: 8450998.

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

Color convert

RGB182243128-
CMYK0.2500.470.05
HSL91.83º82.73%72.75%-
HSV(B)91.83º47.33%95.29%-
XYZ55.2475.632.1-
YUV211.6580.79106.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 243 (95.31% from 255) = 43.94%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=32.91%
G=43.94%
B=23.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822431280.2500.470.0591.8382.7372.75
HexB6F3801902F55c5349
Octal266363200310575134123111
Binary101101101111001110000000110010101111101101110010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F380; }

 p { color: rgb(182,243,128); }

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

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

 a { background-color: rgb(182,243,128); }

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

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

 span { border-color: rgb(182,243,128); }

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