#B6FC75

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

Shades of Sulu #B6FC75

Tints of Sulu #B6FC75

Color information

#B6FC75 (or 0xB6FC75) is unknown color: approx Sulu. HEX triplet: B6, FC and 75. RGB value is (182,252,117). Sum of RGB (Red+Green+Blue) = 182+252+117=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FC75 is #49038A. Grayscale: #D8D8D8. Windows color (decimal): -4785035 or 7732406. OLE color: 7732406.

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

Color convert

RGB182252117-
CMYK0.2800.540.01
HSL91.11º95.74%72.35%-
HSV(B)91.11º53.57%98.82%-
XYZ57.3180.8529.41-
YUV215.6872.31103.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 252 (98.83% from 255) = 45.74%
BLUE value IS 117 (46.09% from 255) = 21.23%
R=33.03%
G=45.74%
B=21.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822521170.2800.540.0191.1195.7472.35
HexB6FC751C03615b6048
Octal266374165340661133140110
Binary101101101111110011101011110001101101101101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FC75; }

 p { color: rgb(182,252,117); }

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

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

 a { background-color: rgb(182,252,117); }

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

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

 span { border-color: rgb(182,252,117); }

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