Html Css Color HEX #BADF73 Sulu

📋 copy color: '#BADF73'

red 186 ◦ green 223 ◦ blue 115

#BADF73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BADF73

Tints of Sulu #BADF73

RGB

 RED value IS 186 (73.05% from 255) = 35.5%

 GREEN value IS 223 (87.5% from 255) = 42.56%

 BLUE value IS 115 (45.31% from 255) = 21.95%

R = 35.5%
G = 42.56%
B = 21.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#BADF73 (or 0xBADF73) is known color: Sulu. HEX triplet: BA, DF and 73. RGB value is (186,223,115). Sum of RGB (Red+Green+Blue) = 186+223+115=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF73 is #45208C. Grayscale: #C8C8C8. Windows color (decimal): -4530317 or 7593914. OLE color: 7593914.

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

Color convert

RGB 186 223 115 -
CMYK 0.17 0 0.48 0.13
HSL 80.56º 0.63% 0.66% -
HSV(B) 80.56º 0.48% 0.87% -
XYZ 49.73 64.45 26.04 -
YUV 199.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 186 223 115 0.17 0 0.48 0.13 80.56 0.63 0.66
Hex BA DF 73 11 0 30 D 51 3F 42
Octal 272 337 163 21 0 60 15 121 77 102
Binary 10111010 11011111 1110011 10001 0 110000 1101 1010001 111111 1000010

Color Harmonies of #BADF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF73

Black with #BADF73

Text Example


Text Example

White with #BADF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF73; }

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

 H1.HeaderClassName
 {
   color: #BADF73;
 }
 .AnyTagClassName
 {
   color: #BADF73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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