#B6F17A

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

Shades of Sulu #B6F17A

Tints of Sulu #B6F17A

Color information

#B6F17A (or 0xB6F17A) is unknown color: approx Sulu. HEX triplet: B6, F1 and 7A. RGB value is (182,241,122). Sum of RGB (Red+Green+Blue) = 182+241+122=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F17A is #490E85. Grayscale: #D2D2D2. Windows color (decimal): -4787846 or 8057270. OLE color: 8057270.

HSL color Cylindrical-coordinate representation of color #B6F17A: hue angle of 89.75º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6F17A is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB182241122-
CMYK0.2400.490.05
HSL89.75º80.95%71.18%-
HSV(B)89.75º49.38%94.51%-
XYZ54.2674.2629.89-
YUV209.7978.45108.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 122 (48.05% from 255) = 22.39%
R=33.39%
G=44.22%
B=22.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822411220.2400.490.0589.7580.9571.18
HexB6F17A1803155a5147
Octal266361172300615132121107
Binary10110110111100011111010110000110001101101101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F17A; }

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

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

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

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

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

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

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

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