Html Css Color HEX #BADE77 Sulu

📋 copy color: '#BADE77'

red 186 ◦ green 222 ◦ blue 119

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

Shades of Sulu #BADE77

Tints of Sulu #BADE77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.58%

R = 35.29%
G = 42.13%
B = 22.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#BADE77 (or 0xBADE77) is known color: Sulu. HEX triplet: BA, DE and 77. RGB value is (186,222,119). Sum of RGB (Red+Green+Blue) = 186+222+119=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE77 is #452188. Grayscale: #C7C7C7. Windows color (decimal): -4530569 or 7855802. OLE color: 7855802.

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

Color convert

RGB 186 222 119 -
CMYK 0.16 0 0.46 0.13
HSL 80.97º 0.61% 0.67% -
HSV(B) 80.97º 0.46% 0.87% -
XYZ 49.7 64.01 27.19 -
YUV 199.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 186 222 119 0.16 0 0.46 0.13 80.97 0.61 0.67
Hex BA DE 77 10 0 2E D 51 3D 43
Octal 272 336 167 20 0 56 15 121 75 103
Binary 10111010 11011110 1110111 10000 0 101110 1101 1010001 111101 1000011

Color Harmonies of #BADE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE77

Black with #BADE77

Text Example


Text Example

White with #BADE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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