Html Css Color HEX #BADF77 Sulu

📋 copy color: '#BADF77'

red 186 ◦ green 223 ◦ blue 119

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

Shades of Sulu #BADF77

Tints of Sulu #BADF77

RGB

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

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

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

R = 35.23%
G = 42.23%
B = 22.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#BADF77 (or 0xBADF77) is known color: Sulu. HEX triplet: BA, DF and 77. RGB value is (186,223,119). Sum of RGB (Red+Green+Blue) = 186+223+119=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF77 is #452088. Grayscale: #C8C8C8. Windows color (decimal): -4530313 or 7856058. OLE color: 7856058.

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

Color convert

RGB 186 223 119 -
CMYK 0.17 0 0.47 0.13
HSL 81.35º 0.62% 0.67% -
HSV(B) 81.35º 0.47% 0.87% -
XYZ 49.97 64.55 27.28 -
YUV 200.08 82.24 117.96 -
System Red Green Blue C M Y K H S L
Decimal 186 223 119 0.17 0 0.47 0.13 81.35 0.62 0.67
Hex BA DF 77 11 0 2F D 51 3E 43
Octal 272 337 167 21 0 57 15 121 76 103
Binary 10111010 11011111 1110111 10001 0 101111 1101 1010001 111110 1000011

Color Harmonies of #BADF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF77

Black with #BADF77

Text Example


Text Example

White with #BADF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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