Html Css Color HEX #8FD341 Atlantis

📋 copy color: '#8FD341'

red 143 ◦ green 211 ◦ blue 65

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

Shades of Atlantis #8FD341

Tints of Atlantis #8FD341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.36%

 BLUE value IS 65 (25.78% from 255) = 15.51%

R = 34.13%
G = 50.36%
B = 15.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#8FD341 (or 0x8FD341) is known color: Atlantis. HEX triplet: 8F, D3 and 41. RGB value is (143,211,65). Sum of RGB (Red+Green+Blue) = 143+211+65=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD341 is #702CBE. Grayscale: #AEAEAE. Windows color (decimal): -7351487 or 4313999. OLE color: 4313999.

HSL color Cylindrical-coordinate representation of color #8FD341: hue angle of 87.95º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FD341 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 143 211 65 -
CMYK 0.32 0 0.69 0.17
HSL 87.95º 0.62% 0.54% -
HSV(B) 87.95º 0.69% 0.83% -
XYZ 35.58 52.81 13.32 -
YUV 174.02 66.47 105.87 -
System Red Green Blue C M Y K H S L
Decimal 143 211 65 0.32 0 0.69 0.17 87.95 0.62 0.54
Hex 8F D3 41 20 0 45 11 58 3E 36
Octal 217 323 101 40 0 105 21 130 76 66
Binary 10001111 11010011 1000001 100000 0 1000101 10001 1011000 111110 110110

Color Harmonies of #8FD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD341

Black with #8FD341

Text Example


Text Example

White with #8FD341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,211,65); }

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

background-color css

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

 a { background-color: rgb(143,211,65); }

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

border-color css

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

 span { border-color: rgb(143,211,65); }

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