Html Css Color HEX #8ED33D Atlantis

📋 copy color: '#8ED33D'

red 142 ◦ green 211 ◦ blue 61

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

Shades of Atlantis #8ED33D

Tints of Atlantis #8ED33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.73%

R = 34.3%
G = 50.97%
B = 14.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#8ED33D (or 0x8ED33D) is known color: Atlantis. HEX triplet: 8E, D3 and 3D. RGB value is (142,211,61). Sum of RGB (Red+Green+Blue) = 142+211+61=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED33D is #712CC2. Grayscale: #ADADAD. Windows color (decimal): -7417027 or 4051854. OLE color: 4051854.

HSL color Cylindrical-coordinate representation of color #8ED33D: hue angle of 87.6º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8ED33D is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 211 61 -
CMYK 0.33 0 0.71 0.17
HSL 87.6º 0.63% 0.53% -
HSV(B) 87.6º 0.71% 0.83% -
XYZ 35.29 52.68 12.72 -
YUV 173.27 64.64 105.7 -
System Red Green Blue C M Y K H S L
Decimal 142 211 61 0.33 0 0.71 0.17 87.6 0.63 0.53
Hex 8E D3 3D 21 0 47 11 58 3F 35
Octal 216 323 75 41 0 107 21 130 77 65
Binary 10001110 11010011 111101 100001 0 1000111 10001 1011000 111111 110101

Color Harmonies of #8ED33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED33D

Black with #8ED33D

Text Example


Text Example

White with #8ED33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,211,61); }

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

background-color css

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

 a { background-color: rgb(142,211,61); }

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

border-color css

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

 span { border-color: rgb(142,211,61); }

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