#b8ef70

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

Shades of Sulu #B8EF70

Tints of Sulu #B8EF70

Color information

#B8EF70 (or 0xB8EF70) is unknown color: approx Sulu. HEX triplet: B8, EF and 70. RGB value is (184,239,112). Sum of RGB (Red+Green+Blue) = 184+239+112=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8EF70 is #47108F. Grayscale: #D0D0D0. Windows color (decimal): -4657296 or 7401400. OLE color: 7401400.

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

Color convert

RGB184239112-
CMYK0.2300.530.06
HSL85.98º79.87%68.82%-
HSV(B)85.98º53.14%93.73%-
XYZ53.5673.0926.61-
YUV208.0873.78110.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 239 (93.75% from 255) = 44.67%
BLUE value IS 112 (44.14% from 255) = 20.93%
R=34.39%
G=44.67%
B=20.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842391120.2300.530.0685.9879.8768.82
HexB8EF70170356565045
Octal270357160270656126120105
Binary10111000111011111110000101110110101110101011010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8ef70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8ef70; }

 p { color: rgb(184,239,112); }

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

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

 a { background-color: rgb(184,239,112); }

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

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

 span { border-color: rgb(184,239,112); }

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