#B1F37A

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

Shades of Sulu #B1F37A

Tints of Sulu #B1F37A

Color information

#B1F37A (or 0xB1F37A) is unknown color: approx Sulu. HEX triplet: B1, F3 and 7A. RGB value is (177,243,122). Sum of RGB (Red+Green+Blue) = 177+243+122=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F37A is #4E0C85. Grayscale: #D1D1D1. Windows color (decimal): -5115014 or 8057777. OLE color: 8057777.

HSL color Cylindrical-coordinate representation of color #B1F37A: hue angle of 92.73º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1F37A is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB177243122-
CMYK0.2700.500.05
HSL92.73º83.45%71.57%-
HSV(B)92.73º49.79%95.29%-
XYZ53.6974.8530.03-
YUV209.4778.63104.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 243 (95.31% from 255) = 44.83%
BLUE value IS 122 (48.05% from 255) = 22.51%
R=32.66%
G=44.83%
B=22.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772431220.2700.500.0592.7383.4571.57
HexB1F37A1B03255d5348
Octal261363172330625135123110
Binary10110001111100111111010110110110010101101110110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F37A; }

 p { color: rgb(177,243,122); }

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

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

 a { background-color: rgb(177,243,122); }

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

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

 span { border-color: rgb(177,243,122); }

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