#B8DF70

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

Shades of Sulu #B8DF70

Tints of Sulu #B8DF70

Color information

#B8DF70 (or 0xB8DF70) is unknown color: approx Sulu. HEX triplet: B8, DF and 70. RGB value is (184,223,112). Sum of RGB (Red+Green+Blue) = 184+223+112=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DF70 is #47208F. Grayscale: #C7C7C7. Windows color (decimal): -4661392 or 7397304. OLE color: 7397304.

HSL color Cylindrical-coordinate representation of color #B8DF70: hue angle of 81.08º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8DF70 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB184223112-
CMYK0.1700.500.13
HSL81.08º63.43%65.69%-
HSV(B)81.08º49.78%87.45%-
XYZ49.0864.1425.12-
YUV198.6879.08117.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 223 (87.5% from 255) = 42.97%
BLUE value IS 112 (44.14% from 255) = 21.58%
R=35.45%
G=42.97%
B=21.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842231120.1700.500.1381.0863.4365.69
HexB8DF7011032D513f42
Octal270337160210621512177102
Binary10111000110111111110000100010110010110110100011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DF70; }

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

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

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

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

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

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

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

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