Html Css Color HEX #BADF80 Sulu

📋 copy color: '#BADF80'

red 186 ◦ green 223 ◦ blue 128

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

Shades of Sulu #BADF80

Tints of Sulu #BADF80

RGB

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

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

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

R = 34.64%
G = 41.53%
B = 23.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BADF80 (or 0xBADF80) is known color: Sulu. HEX triplet: BA, DF and 80. RGB value is (186,223,128). Sum of RGB (Red+Green+Blue) = 186+223+128=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF80 is #45207F. Grayscale: #C9C9C9. Windows color (decimal): -4530304 or 8445882. OLE color: 8445882.

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

Color convert

RGB 186 223 128 -
CMYK 0.17 0 0.43 0.13
HSL 83.37º 0.6% 0.69% -
HSV(B) 83.37º 0.43% 0.87% -
XYZ 50.53 64.77 30.26 -
YUV 201.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 186 223 128 0.17 0 0.43 0.13 83.37 0.6 0.69
Hex BA DF 80 11 0 2B D 53 3C 45
Octal 272 337 200 21 0 53 15 123 74 105
Binary 10111010 11011111 10000000 10001 0 101011 1101 1010011 111100 1000101

Color Harmonies of #BADF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF80

Black with #BADF80

Text Example


Text Example

White with #BADF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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