Html Css Color HEX #BADE81 Sulu

📋 copy color: '#BADE81'

red 186 ◦ green 222 ◦ blue 129

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

Shades of Sulu #BADE81

Tints of Sulu #BADE81

RGB

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

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

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

R = 34.64%
G = 41.34%
B = 24.02%

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

#BADE81 (or 0xBADE81) is known color: Sulu. HEX triplet: BA, DE and 81. RGB value is (186,222,129). Sum of RGB (Red+Green+Blue) = 186+222+129=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE81 is #45217E. Grayscale: #C8C8C8. Windows color (decimal): -4530559 or 8511162. OLE color: 8511162.

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

Color convert

RGB 186 222 129 -
CMYK 0.16 0 0.42 0.13
HSL 83.23º 0.58% 0.69% -
HSV(B) 83.23º 0.42% 0.87% -
XYZ 50.33 64.27 30.52 -
YUV 200.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 186 222 129 0.16 0 0.42 0.13 83.23 0.58 0.69
Hex BA DE 81 10 0 2A D 53 3A 45
Octal 272 336 201 20 0 52 15 123 72 105
Binary 10111010 11011110 10000001 10000 0 101010 1101 1010011 111010 1000101

Color Harmonies of #BADE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE81

Black with #BADE81

Text Example


Text Example

White with #BADE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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