Html Css Color HEX #8FD64F Atlantis

📋 copy color: '#8FD64F'

red 143 ◦ green 214 ◦ blue 79

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

Shades of Atlantis #8FD64F

Tints of Atlantis #8FD64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.12%

R = 32.8%
G = 49.08%
B = 18.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#8FD64F (or 0x8FD64F) is known color: Atlantis. HEX triplet: 8F, D6 and 4F. RGB value is (143,214,79). Sum of RGB (Red+Green+Blue) = 143+214+79=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD64F is #7029B0. Grayscale: #B1B1B1. Windows color (decimal): -7350705 or 5232271. OLE color: 5232271.

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

Color convert

RGB 143 214 79 -
CMYK 0.33 0 0.63 0.16
HSL 91.56º 0.62% 0.57% -
HSV(B) 91.56º 0.63% 0.84% -
XYZ 36.79 54.5 15.98 -
YUV 177.38 72.48 103.48 -
System Red Green Blue C M Y K H S L
Decimal 143 214 79 0.33 0 0.63 0.16 91.56 0.62 0.57
Hex 8F D6 4F 21 0 3F 10 5C 3E 39
Octal 217 326 117 41 0 77 20 134 76 71
Binary 10001111 11010110 1001111 100001 0 111111 10000 1011100 111110 111001

Color Harmonies of #8FD64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD64F

Black with #8FD64F

Text Example


Text Example

White with #8FD64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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