Html Css Color HEX #8FD63F Atlantis

📋 copy color: '#8FD63F'

red 143 ◦ green 214 ◦ blue 63

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

Shades of Atlantis #8FD63F

Tints of Atlantis #8FD63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15%

R = 34.05%
G = 50.95%
B = 15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#8FD63F (or 0x8FD63F) is known color: Atlantis. HEX triplet: 8F, D6 and 3F. RGB value is (143,214,63). Sum of RGB (Red+Green+Blue) = 143+214+63=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD63F is #7029C0. Grayscale: #B0B0B0. Windows color (decimal): -7350721 or 4183695. OLE color: 4183695.

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

Color convert

RGB 143 214 63 -
CMYK 0.33 0 0.71 0.16
HSL 88.21º 0.65% 0.54% -
HSV(B) 88.21º 0.71% 0.84% -
XYZ 36.27 54.29 13.27 -
YUV 175.56 64.48 104.78 -
System Red Green Blue C M Y K H S L
Decimal 143 214 63 0.33 0 0.71 0.16 88.21 0.65 0.54
Hex 8F D6 3F 21 0 47 10 58 41 36
Octal 217 326 77 41 0 107 20 130 101 66
Binary 10001111 11010110 111111 100001 0 1000111 10000 1011000 1000001 110110

Color Harmonies of #8FD63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD63F

Black with #8FD63F

Text Example


Text Example

White with #8FD63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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