Html Css Color HEX #BADE80 Sulu

📋 copy color: '#BADE80'

red 186 ◦ green 222 ◦ blue 128

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

Shades of Sulu #BADE80

Tints of Sulu #BADE80

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.42%

 BLUE value IS 128 (50.39% from 255) = 23.88%

R = 34.7%
G = 41.42%
B = 23.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#BADE80 (or 0xBADE80) is known color: Sulu. HEX triplet: BA, DE and 80. RGB value is (186,222,128). Sum of RGB (Red+Green+Blue) = 186+222+128=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE80 is #45217F. Grayscale: #C8C8C8. Windows color (decimal): -4530560 or 8445626. OLE color: 8445626.

HSL color Cylindrical-coordinate representation of color #BADE80: hue angle of 82.98º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BADE80 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 128 -
CMYK 0.16 0 0.42 0.13
HSL 82.98º 0.59% 0.69% -
HSV(B) 82.98º 0.42% 0.87% -
XYZ 50.27 64.24 30.17 -
YUV 200.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 186 222 128 0.16 0 0.42 0.13 82.98 0.59 0.69
Hex BA DE 80 10 0 2A D 53 3B 45
Octal 272 336 200 20 0 52 15 123 73 105
Binary 10111010 11011110 10000000 10000 0 101010 1101 1010011 111011 1000101

Color Harmonies of #BADE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE80

Black with #BADE80

Text Example


Text Example

White with #BADE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE80; }

 p { color: rgb(186,222,128); }

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

background-color css

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

 a { background-color: rgb(186,222,128); }

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

border-color css

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

 span { border-color: rgb(186,222,128); }

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