#BADF75

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

Shades of Sulu #BADF75

Tints of Sulu #BADF75

Color information

#BADF75 (or 0xBADF75) is unknown color: approx Sulu. HEX triplet: BA, DF and 75. RGB value is (186,223,117). Sum of RGB (Red+Green+Blue) = 186+223+117=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF75 is #45208A. Grayscale: #C8C8C8. Windows color (decimal): -4530315 or 7724986. OLE color: 7724986.

HSL color Cylindrical-coordinate representation of color #BADF75: hue angle of 80.94º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BADF75 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB186223117-
CMYK0.1700.480.13
HSL80.94º62.35%66.67%-
HSV(B)80.94º47.53%87.45%-
XYZ49.8564.526.65-
YUV199.8581.24118.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 117 (46.09% from 255) = 22.24%
R=35.36%
G=42.40%
B=22.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231170.1700.480.1380.9462.3566.67
HexBADF7511030D513e43
Octal272337165210601512176103
Binary10111010110111111110101100010110000110110100011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADF75; }

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

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

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

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

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

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

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

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