#B1F275

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

Shades of Sulu #B1F275

Tints of Sulu #B1F275

Color information

#B1F275 (or 0xB1F275) is unknown color: approx Sulu. HEX triplet: B1, F2 and 75. RGB value is (177,242,117). Sum of RGB (Red+Green+Blue) = 177+242+117=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F275 is #4E0D8A. Grayscale: #D0D0D0. Windows color (decimal): -5115275 or 7729841. OLE color: 7729841.

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

Color convert

RGB177242117-
CMYK0.2700.520.05
HSL91.2º82.78%70.39%-
HSV(B)91.2º51.65%94.9%-
XYZ53.0974.1428.34-
YUV208.3276.47105.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 242 (94.92% from 255) = 45.15%
BLUE value IS 117 (46.09% from 255) = 21.83%
R=33.02%
G=45.15%
B=21.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772421170.2700.520.0591.282.7870.39
HexB1F2751B03455b5346
Octal261362165330645133123106
Binary10110001111100101110101110110110100101101101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F275; }

 p { color: rgb(177,242,117); }

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

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

 a { background-color: rgb(177,242,117); }

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

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

 span { border-color: rgb(177,242,117); }

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