Html Css Color HEX #8EDF41 Atlantis

📋 copy color: '#8EDF41'

red 142 ◦ green 223 ◦ blue 65

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

Shades of Atlantis #8EDF41

Tints of Atlantis #8EDF41

RGB

 RED value IS 142 (55.86% from 255) = 33.02%

 GREEN value IS 223 (87.5% from 255) = 51.86%

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

R = 33.02%
G = 51.86%
B = 15.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#8EDF41 (or 0x8EDF41) is known color: Atlantis. HEX triplet: 8E, DF and 41. RGB value is (142,223,65). Sum of RGB (Red+Green+Blue) = 142+223+65=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDF41 is #7120BE. Grayscale: #B5B5B5. Windows color (decimal): -7413951 or 4317070. OLE color: 4317070.

HSL color Cylindrical-coordinate representation of color #8EDF41: hue angle of 90.76º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8EDF41 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 65 -
CMYK 0.36 0 0.71 0.13
HSL 90.76º 0.71% 0.56% -
HSV(B) 90.76º 0.71% 0.87% -
XYZ 38.5 58.91 14.34 -
YUV 180.77 62.66 100.35 -
System Red Green Blue C M Y K H S L
Decimal 142 223 65 0.36 0 0.71 0.13 90.76 0.71 0.56
Hex 8E DF 41 24 0 47 D 5B 47 38
Octal 216 337 101 44 0 107 15 133 107 70
Binary 10001110 11011111 1000001 100100 0 1000111 1101 1011011 1000111 111000

Color Harmonies of #8EDF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF41

Black with #8EDF41

Text Example


Text Example

White with #8EDF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,223,65); }

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

background-color css

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

 a { background-color: rgb(142,223,65); }

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

border-color css

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

 span { border-color: rgb(142,223,65); }

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