#B0EF6D

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

Shades of Sulu #B0EF6D

Tints of Sulu #B0EF6D

Color information

#B0EF6D (or 0xB0EF6D) is unknown color: approx Sulu. HEX triplet: B0, EF and 6D. RGB value is (176,239,109). Sum of RGB (Red+Green+Blue) = 176+239+109=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EF6D is #4F1092. Grayscale: #CDCDCD. Windows color (decimal): -5181587 or 7204784. OLE color: 7204784.

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

Color convert

RGB176239109-
CMYK0.2600.540.06
HSL89.08º80.25%68.24%-
HSV(B)89.08º54.39%93.73%-
XYZ51.5372.0725.66-
YUV205.3473.63107.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 239 (93.75% from 255) = 45.61%
BLUE value IS 109 (42.97% from 255) = 20.80%
R=33.59%
G=45.61%
B=20.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762391090.2600.540.0689.0880.2568.24
HexB0EF6D1A0366595044
Octal260357155320666131120104
Binary10110000111011111101101110100110110110101100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EF6D; }

 p { color: rgb(176,239,109); }

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

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

 a { background-color: rgb(176,239,109); }

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

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

 span { border-color: rgb(176,239,109); }

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