#B6FE70

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

Shades of Sulu #B6FE70

Tints of Sulu #B6FE70

Color information

#B6FE70 (or 0xB6FE70) is unknown color: approx Sulu. HEX triplet: B6, FE and 70. RGB value is (182,254,112). Sum of RGB (Red+Green+Blue) = 182+254+112=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FE70 is #49018F. Grayscale: #D8D8D8. Windows color (decimal): -4784528 or 7405238. OLE color: 7405238.

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

Color convert

RGB182254112-
CMYK0.2800.560.00
HSL90.42º98.61%71.76%-
HSV(B)90.42º55.91%99.61%-
XYZ57.668228.12-
YUV216.2869.15103.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 254 (99.61% from 255) = 46.35%
BLUE value IS 112 (44.14% from 255) = 20.44%
R=33.21%
G=46.35%
B=20.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822541120.2800.560.0090.4298.6171.76
HexB6FE701C03805a6348
Octal266376160340700132143110
Binary101101101111111011100001110001110000101101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FE70; }

 p { color: rgb(182,254,112); }

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

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

 a { background-color: rgb(182,254,112); }

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

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

 span { border-color: rgb(182,254,112); }

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