#B0ED76

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

Shades of Sulu #B0ED76

Tints of Sulu #B0ED76

Color information

#B0ED76 (or 0xB0ED76) is unknown color: approx Sulu. HEX triplet: B0, ED and 76. RGB value is (176,237,118). Sum of RGB (Red+Green+Blue) = 176+237+118=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED76 is #4F1289. Grayscale: #CDCDCD. Windows color (decimal): -5182090 or 7794096. OLE color: 7794096.

HSL color Cylindrical-coordinate representation of color #B0ED76: hue angle of 90.76º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0ED76 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB176237118-
CMYK0.2600.500.07
HSL90.76º76.77%69.61%-
HSV(B)90.76º50.21%92.94%-
XYZ51.4671.1128.15-
YUV205.278.79107.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 237 (92.97% from 255) = 44.63%
BLUE value IS 118 (46.48% from 255) = 22.22%
R=33.15%
G=44.63%
B=22.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762371180.2600.500.0790.7676.7769.61
HexB0ED761A03275b4d46
Octal260355166320627133115106
Binary10110000111011011110110110100110010111101101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ED76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ED76; }

 p { color: rgb(176,237,118); }

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

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

 a { background-color: rgb(176,237,118); }

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

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

 span { border-color: rgb(176,237,118); }

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