Html Css Color HEX #8EDD35 Atlantis

📋 copy color: '#8EDD35'

red 142 ◦ green 221 ◦ blue 53

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

Shades of Atlantis #8EDD35

Tints of Atlantis #8EDD35

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.13%

 BLUE value IS 53 (21.09% from 255) = 12.74%

R = 34.13%
G = 53.13%
B = 12.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#8EDD35 (or 0x8EDD35) is known color: Atlantis. HEX triplet: 8E, DD and 35. RGB value is (142,221,53). Sum of RGB (Red+Green+Blue) = 142+221+53=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDD35 is #7122CA. Grayscale: #B2B2B2. Windows color (decimal): -7414475 or 3530126. OLE color: 3530126.

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

Color convert

RGB 142 221 53 -
CMYK 0.36 0 0.76 0.13
HSL 88.21º 0.71% 0.54% -
HSV(B) 88.21º 0.76% 0.87% -
XYZ 37.65 57.72 12.52 -
YUV 178.23 57.33 102.16 -
System Red Green Blue C M Y K H S L
Decimal 142 221 53 0.36 0 0.76 0.13 88.21 0.71 0.54
Hex 8E DD 35 24 0 4C D 58 47 36
Octal 216 335 65 44 0 114 15 130 107 66
Binary 10001110 11011101 110101 100100 0 1001100 1101 1011000 1000111 110110

Color Harmonies of #8EDD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD35

Black with #8EDD35

Text Example


Text Example

White with #8EDD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,221,53); }

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

background-color css

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

 a { background-color: rgb(142,221,53); }

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

border-color css

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

 span { border-color: rgb(142,221,53); }

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