Html Css Color HEX #86F248 Atlantis

📋 copy color: '#86F248'

red 134 ◦ green 242 ◦ blue 72

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

Shades of Atlantis #86F248

Tints of Atlantis #86F248

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.02%

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

R = 29.91%
G = 54.02%
B = 16.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#86F248 (or 0x86F248) is known color: Atlantis. HEX triplet: 86, F2 and 48. RGB value is (134,242,72). Sum of RGB (Red+Green+Blue) = 134+242+72=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #86F248 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F248 is #790DB7. Grayscale: #BEBEBE. Windows color (decimal): -7933368 or 4780678. OLE color: 4780678.

HSL color Cylindrical-coordinate representation of color #86F248: hue angle of 98.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86F248 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 242 72 -
CMYK 0.45 0 0.70 0.05
HSL 98.12º 0.87% 0.62% -
HSV(B) 98.12º 0.7% 0.95% -
XYZ 42.75 69.04 17.2 -
YUV 190.33 61.22 87.82 -
System Red Green Blue C M Y K H S L
Decimal 134 242 72 0.45 0 0.70 0.05 98.12 0.87 0.62
Hex 86 F2 48 2D 0 46 5 62 57 3E
Octal 206 362 110 55 0 106 5 142 127 76
Binary 10000110 11110010 1001000 101101 0 1000110 101 1100010 1010111 111110

Color Harmonies of #86F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F248

Black with #86F248

Text Example


Text Example

White with #86F248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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