Html Css Color HEX #BADF87 Sulu

📋 copy color: '#BADF87'

red 186 ◦ green 223 ◦ blue 135

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

Shades of Sulu #BADF87

Tints of Sulu #BADF87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 24.82%

R = 34.19%
G = 40.99%
B = 24.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#BADF87 (or 0xBADF87) is known color: Sulu. HEX triplet: BA, DF and 87. RGB value is (186,223,135). Sum of RGB (Red+Green+Blue) = 186+223+135=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF87 is #452078. Grayscale: #CACACA. Windows color (decimal): -4530297 or 8904634. OLE color: 8904634.

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

Color convert

RGB 186 223 135 -
CMYK 0.17 0 0.39 0.13
HSL 85.23º 0.58% 0.7% -
HSV(B) 85.23º 0.39% 0.87% -
XYZ 51.01 64.96 32.77 -
YUV 201.91 90.24 116.66 -
System Red Green Blue C M Y K H S L
Decimal 186 223 135 0.17 0 0.39 0.13 85.23 0.58 0.7
Hex BA DF 87 11 0 27 D 55 3A 46
Octal 272 337 207 21 0 47 15 125 72 106
Binary 10111010 11011111 10000111 10001 0 100111 1101 1010101 111010 1000110

Color Harmonies of #BADF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF87

Black with #BADF87

Text Example


Text Example

White with #BADF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF87; }

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

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

background-color css

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

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

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

border-color css

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

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

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