#B1FD6A

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

Shades of Sulu #B1FD6A

Tints of Sulu #B1FD6A

Color information

#B1FD6A (or 0xB1FD6A) is unknown color: approx Sulu. HEX triplet: B1, FD and 6A. RGB value is (177,253,106). Sum of RGB (Red+Green+Blue) = 177+253+106=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FD6A is #4E0295. Grayscale: #D6D6D6. Windows color (decimal): -5112470 or 7011761. OLE color: 7011761.

HSL color Cylindrical-coordinate representation of color #B1FD6A: hue angle of 91.02º 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 #B1FD6A is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB177253106-
CMYK0.3000.580.01
HSL91.02º97.35%70.39%-
HSV(B)91.02º58.1%99.22%-
XYZ55.8680.6426.26-
YUV213.5267.32101.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 253 (99.22% from 255) = 47.20%
BLUE value IS 106 (41.80% from 255) = 19.78%
R=33.02%
G=47.20%
B=19.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772531060.3000.580.0191.0297.3570.39
HexB1FD6A1E03A15b6146
Octal261375152360721133141106
Binary101100011111110111010101111001110101101101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FD6A; }

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

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

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

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

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

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

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

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