Html Css Color HEX #BADF85 Sulu

📋 copy color: '#BADF85'

red 186 ◦ green 223 ◦ blue 133

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

Shades of Sulu #BADF85

Tints of Sulu #BADF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.54%

R = 34.32%
G = 41.14%
B = 24.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#BADF85 (or 0xBADF85) is known color: Sulu. HEX triplet: BA, DF and 85. RGB value is (186,223,133). Sum of RGB (Red+Green+Blue) = 186+223+133=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF85 is #45207A. Grayscale: #CACACA. Windows color (decimal): -4530299 or 8773562. OLE color: 8773562.

HSL color Cylindrical-coordinate representation of color #BADF85: hue angle of 84.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BADF85 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 133 -
CMYK 0.17 0 0.40 0.13
HSL 84.67º 0.58% 0.7% -
HSV(B) 84.67º 0.4% 0.87% -
XYZ 50.87 64.91 32.04 -
YUV 201.68 89.24 116.82 -
System Red Green Blue C M Y K H S L
Decimal 186 223 133 0.17 0 0.40 0.13 84.67 0.58 0.7
Hex BA DF 85 11 0 28 D 55 3A 46
Octal 272 337 205 21 0 50 15 125 72 106
Binary 10111010 11011111 10000101 10001 0 101000 1101 1010101 111010 1000110

Color Harmonies of #BADF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF85

Black with #BADF85

Text Example


Text Example

White with #BADF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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