#B1EF72

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

Shades of Sulu #B1EF72

Tints of Sulu #B1EF72

Color information

#B1EF72 (or 0xB1EF72) is unknown color: approx Sulu. HEX triplet: B1, EF and 72. RGB value is (177,239,114). Sum of RGB (Red+Green+Blue) = 177+239+114=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1EF72 is #4E108D. Grayscale: #CECECE. Windows color (decimal): -5116046 or 7532465. OLE color: 7532465.

HSL color Cylindrical-coordinate representation of color #B1EF72: hue angle of 89.76º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1EF72 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB177239114-
CMYK0.2600.520.06
HSL89.76º79.62%69.22%-
HSV(B)89.76º52.3%93.73%-
XYZ52.0472.327.13-
YUV206.2175.96107.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 239 (93.75% from 255) = 45.09%
BLUE value IS 114 (44.92% from 255) = 21.51%
R=33.40%
G=45.09%
B=21.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772391140.2600.520.0689.7679.6269.22
HexB1EF721A03465a5045
Octal261357162320646132120105
Binary10110001111011111110010110100110100110101101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EF72; }

 p { color: rgb(177,239,114); }

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

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

 a { background-color: rgb(177,239,114); }

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

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

 span { border-color: rgb(177,239,114); }

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