#B1ED70

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

Shades of Sulu #B1ED70

Tints of Sulu #B1ED70

Color information

#B1ED70 (or 0xB1ED70) is unknown color: approx Sulu. HEX triplet: B1, ED and 70. RGB value is (177,237,112). Sum of RGB (Red+Green+Blue) = 177+237+112=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1ED70 is #4E128F. Grayscale: #CDCDCD. Windows color (decimal): -5116560 or 7400881. OLE color: 7400881.

HSL color Cylindrical-coordinate representation of color #B1ED70: hue angle of 88.8º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1ED70 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB177237112-
CMYK0.2500.530.07
HSL88.8º77.64%68.43%-
HSV(B)88.8º52.74%92.94%-
XYZ51.3471.0926.34-
YUV204.8175.62108.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 237 (92.97% from 255) = 45.06%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=33.65%
G=45.06%
B=21.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772371120.2500.530.0788.877.6468.43
HexB1ED70190357594e44
Octal261355160310657131116104
Binary10110001111011011110000110010110101111101100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ED70; }

 p { color: rgb(177,237,112); }

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

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

 a { background-color: rgb(177,237,112); }

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

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

 span { border-color: rgb(177,237,112); }

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