Html Css Color HEX #86DF48 Atlantis

📋 copy color: '#86DF48'

red 134 ◦ green 223 ◦ blue 72

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

Shades of Atlantis #86DF48

Tints of Atlantis #86DF48

RGB

 RED value IS 134 (52.73% from 255) = 31.24%

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

 BLUE value IS 72 (28.52% from 255) = 16.78%

R = 31.24%
G = 51.98%
B = 16.78%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#86DF48 (or 0x86DF48) is known color: Atlantis. HEX triplet: 86, DF and 48. RGB value is (134,223,72). Sum of RGB (Red+Green+Blue) = 134+223+72=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DF48 is #7920B7. Grayscale: #B3B3B3. Windows color (decimal): -7938232 or 4775814. OLE color: 4775814.

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

Color convert

RGB 134 223 72 -
CMYK 0.40 0 0.68 0.13
HSL 95.36º 0.7% 0.58% -
HSV(B) 95.36º 0.68% 0.87% -
XYZ 37.39 58.31 15.42 -
YUV 179.18 67.51 95.78 -
System Red Green Blue C M Y K H S L
Decimal 134 223 72 0.40 0 0.68 0.13 95.36 0.7 0.58
Hex 86 DF 48 28 0 44 D 5F 46 3A
Octal 206 337 110 50 0 104 15 137 106 72
Binary 10000110 11011111 1001000 101000 0 1000100 1101 1011111 1000110 111010

Color Harmonies of #86DF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF48

Black with #86DF48

Text Example


Text Example

White with #86DF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86DF48; }

 p { color: rgb(134,223,72); }

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

background-color css

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

 a { background-color: rgb(134,223,72); }

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

border-color css

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

 span { border-color: rgb(134,223,72); }

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