Html Css Color HEX #8FD64E Atlantis

📋 copy color: '#8FD64E'

red 143 ◦ green 214 ◦ blue 78

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

Shades of Atlantis #8FD64E

Tints of Atlantis #8FD64E

RGB

 RED value IS 143 (56.25% from 255) = 32.87%

 GREEN value IS 214 (83.98% from 255) = 49.2%

 BLUE value IS 78 (30.86% from 255) = 17.93%

R = 32.87%
G = 49.2%
B = 17.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#8FD64E (or 0x8FD64E) is known color: Atlantis. HEX triplet: 8F, D6 and 4E. RGB value is (143,214,78). Sum of RGB (Red+Green+Blue) = 143+214+78=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD64E is #7029B1. Grayscale: #B1B1B1. Windows color (decimal): -7350706 or 5166735. OLE color: 5166735.

HSL color Cylindrical-coordinate representation of color #8FD64E: hue angle of 91.32º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FD64E is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 214 78 -
CMYK 0.33 0 0.64 0.16
HSL 91.32º 0.62% 0.57% -
HSV(B) 91.32º 0.64% 0.84% -
XYZ 36.75 54.48 15.79 -
YUV 177.27 71.98 103.56 -
System Red Green Blue C M Y K H S L
Decimal 143 214 78 0.33 0 0.64 0.16 91.32 0.62 0.57
Hex 8F D6 4E 21 0 40 10 5B 3E 39
Octal 217 326 116 41 0 100 20 133 76 71
Binary 10001111 11010110 1001110 100001 0 1000000 10000 1011011 111110 111001

Color Harmonies of #8FD64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD64E

Black with #8FD64E

Text Example


Text Example

White with #8FD64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FD64E; }

 p { color: rgb(143,214,78); }

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

background-color css

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

 a { background-color: rgb(143,214,78); }

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

border-color css

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

 span { border-color: rgb(143,214,78); }

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