#BADF70

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

Shades of Sulu #BADF70

Tints of Sulu #BADF70

Color information

#BADF70 (or 0xBADF70) is unknown color: approx Sulu. HEX triplet: BA, DF and 70. RGB value is (186,223,112). Sum of RGB (Red+Green+Blue) = 186+223+112=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF70 is #45208F. Grayscale: #C7C7C7. Windows color (decimal): -4530320 or 7397306. OLE color: 7397306.

HSL color Cylindrical-coordinate representation of color #BADF70: hue angle of 80º 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 #BADF70 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB186223112-
CMYK0.1700.500.13
HSL80º63.43%65.69%-
HSV(B)80º49.78%87.45%-
XYZ49.5664.3825.14-
YUV199.2878.74118.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=35.70%
G=42.80%
B=21.50%

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
Decimal1862231120.1700.500.138063.4365.69
HexBADF7011032D503f42
Octal272337160210621512077102
Binary10111010110111111110000100010110010110110100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADF70; }

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

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

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

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

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

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

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

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