#B1F67A

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

Shades of Sulu #B1F67A

Tints of Sulu #B1F67A

Color information

#B1F67A (or 0xB1F67A) is unknown color: approx Sulu. HEX triplet: B1, F6 and 7A. RGB value is (177,246,122). Sum of RGB (Red+Green+Blue) = 177+246+122=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F67A is #4E0985. Grayscale: #D3D3D3. Windows color (decimal): -5114246 or 8058545. OLE color: 8058545.

HSL color Cylindrical-coordinate representation of color #B1F67A: hue angle of 93.39º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1F67A is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB177246122-
CMYK0.2800.500.04
HSL93.39º87.32%72.16%-
HSV(B)93.39º50.41%96.47%-
XYZ54.676.6630.33-
YUV211.2377.64103.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.48%
GREEN value IS 246 (96.48% from 255) = 45.14%
BLUE value IS 122 (48.05% from 255) = 22.39%
R=32.48%
G=45.14%
B=22.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772461220.2800.500.0493.3987.3272.16
HexB1F67A1C03245d5748
Octal261366172340624135127110
Binary10110001111101101111010111000110010100101110110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F67A; }

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

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

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

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

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

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

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

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