#b6ff7a

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

Shades of Sulu #B6FF7A

Tints of Sulu #B6FF7A

Color information

#B6FF7A (or 0xB6FF7A) is unknown color: approx Sulu. HEX triplet: B6, FF and 7A. RGB value is (182,255,122). Sum of RGB (Red+Green+Blue) = 182+255+122=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FF7A is #490085. Grayscale: #DADADA. Windows color (decimal): -4784262 or 8060854. OLE color: 8060854.

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

Color convert

RGB182255122-
CMYK0.2900.520
HSL92.93º100%73.92%-
HSV(B)92.93º52.16%100%-
XYZ58.5682.8731.32-
YUV218.0173.82102.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 122 (48.05% from 255) = 21.82%
R=32.56%
G=45.62%
B=21.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822551220.2900.52092.9310073.92
HexB6FF7A1D03405d644a
Octal266377172350640135144112
Binary101101101111111111110101110101101000101110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6ff7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6ff7a; }

 p { color: rgb(182,255,122); }

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

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

 a { background-color: rgb(182,255,122); }

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

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

 span { border-color: rgb(182,255,122); }

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