#B0EE79

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

Shades of Sulu #B0EE79

Tints of Sulu #B0EE79

Color information

#B0EE79 (or 0xB0EE79) is unknown color: approx Sulu. HEX triplet: B0, EE and 79. RGB value is (176,238,121). Sum of RGB (Red+Green+Blue) = 176+238+121=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EE79 is #4F1186. Grayscale: #CECECE. Windows color (decimal): -5181831 or 7990960. OLE color: 7990960.

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

Color convert

RGB176238121-
CMYK0.2600.490.07
HSL91.79º77.48%70.39%-
HSV(B)91.79º49.16%93.33%-
XYZ51.9371.7629.2-
YUV206.1279.96106.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 238 (93.36% from 255) = 44.49%
BLUE value IS 121 (47.66% from 255) = 22.62%
R=32.90%
G=44.49%
B=22.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762381210.2600.490.0791.7977.4870.39
HexB0EE791A03175c4d46
Octal260356171320617134115106
Binary10110000111011101111001110100110001111101110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EE79; }

 p { color: rgb(176,238,121); }

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

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

 a { background-color: rgb(176,238,121); }

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

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

 span { border-color: rgb(176,238,121); }

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