Html Css Color HEX #BADD81 Sulu

📋 copy color: '#BADD81'

red 186 ◦ green 221 ◦ blue 129

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

Shades of Sulu #BADD81

Tints of Sulu #BADD81

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 129 (50.78% from 255) = 24.07%

R = 34.7%
G = 41.23%
B = 24.07%

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

#BADD81 (or 0xBADD81) is known color: Sulu. HEX triplet: BA, DD and 81. RGB value is (186,221,129). Sum of RGB (Red+Green+Blue) = 186+221+129=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD81 is #45227E. Grayscale: #C8C8C8. Windows color (decimal): -4530815 or 8510906. OLE color: 8510906.

HSL color Cylindrical-coordinate representation of color #BADD81: hue angle of 82.83º degrees, saturation: 0.57, 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 #BADD81 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 129 -
CMYK 0.16 0 0.42 0.13
HSL 82.83º 0.58% 0.69% -
HSV(B) 82.83º 0.42% 0.87% -
XYZ 50.07 63.74 30.43 -
YUV 200.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 186 221 129 0.16 0 0.42 0.13 82.83 0.58 0.69
Hex BA DD 81 10 0 2A D 53 3A 45
Octal 272 335 201 20 0 52 15 123 72 105
Binary 10111010 11011101 10000001 10000 0 101010 1101 1010011 111010 1000101

Color Harmonies of #BADD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD81

Black with #BADD81

Text Example


Text Example

White with #BADD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD81; }

 p { color: rgb(186,221,129); }

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

background-color css

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

 a { background-color: rgb(186,221,129); }

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

border-color css

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

 span { border-color: rgb(186,221,129); }

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