#B6FD6A

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

Shades of Sulu #B6FD6A

Tints of Sulu #B6FD6A

Color information

#B6FD6A (or 0xB6FD6A) is unknown color: approx Sulu. HEX triplet: B6, FD and 6A. RGB value is (182,253,106). Sum of RGB (Red+Green+Blue) = 182+253+106=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FD6A is #490295. Grayscale: #D7D7D7. Windows color (decimal): -4784790 or 7011766. OLE color: 7011766.

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

Color convert

RGB182253106-
CMYK0.2800.580.01
HSL88.98º97.35%70.39%-
HSV(B)88.98º58.1%99.22%-
XYZ57.0281.2426.31-
YUV215.0166.48104.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 253 (99.22% from 255) = 46.77%
BLUE value IS 106 (41.80% from 255) = 19.59%
R=33.64%
G=46.77%
B=19.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822531060.2800.580.0188.9897.3570.39
HexB6FD6A1C03A1596146
Octal266375152340721131141106
Binary101101101111110111010101110001110101101100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FD6A; }

 p { color: rgb(182,253,106); }

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

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

 a { background-color: rgb(182,253,106); }

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

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

 span { border-color: rgb(182,253,106); }

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