Html Css Color HEX #8EDF32 Atlantis

📋 copy color: '#8EDF32'

red 142 ◦ green 223 ◦ blue 50

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

Shades of Atlantis #8EDF32

Tints of Atlantis #8EDF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.05%

R = 34.22%
G = 53.73%
B = 12.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#8EDF32 (or 0x8EDF32) is known color: Atlantis. HEX triplet: 8E, DF and 32. RGB value is (142,223,50). Sum of RGB (Red+Green+Blue) = 142+223+50=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDF32 is #7120CD. Grayscale: #B3B3B3. Windows color (decimal): -7413966 or 3334030. OLE color: 3334030.

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

Color convert

RGB 142 223 50 -
CMYK 0.36 0 0.78 0.13
HSL 88.09º 0.73% 0.54% -
HSV(B) 88.09º 0.78% 0.87% -
XYZ 38.12 58.76 12.35 -
YUV 179.06 55.16 101.57 -
System Red Green Blue C M Y K H S L
Decimal 142 223 50 0.36 0 0.78 0.13 88.09 0.73 0.54
Hex 8E DF 32 24 0 4E D 58 49 36
Octal 216 337 62 44 0 116 15 130 111 66
Binary 10001110 11011111 110010 100100 0 1001110 1101 1011000 1001001 110110

Color Harmonies of #8EDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF32

Black with #8EDF32

Text Example


Text Example

White with #8EDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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