Html Css Color HEX #8CDE40 Atlantis

📋 copy color: '#8CDE40'

red 140 ◦ green 222 ◦ blue 64

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

Shades of Atlantis #8CDE40

Tints of Atlantis #8CDE40

RGB

 RED value IS 140 (55.08% from 255) = 32.86%

 GREEN value IS 222 (87.11% from 255) = 52.11%

 BLUE value IS 64 (25.39% from 255) = 15.02%

R = 32.86%
G = 52.11%
B = 15.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#8CDE40 (or 0x8CDE40) is known color: Atlantis. HEX triplet: 8C, DE and 40. RGB value is (140,222,64). Sum of RGB (Red+Green+Blue) = 140+222+64=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDE40 is #7321BF. Grayscale: #B4B4B4. Windows color (decimal): -7545280 or 4251276. OLE color: 4251276.

HSL color Cylindrical-coordinate representation of color #8CDE40: hue angle of 91.14º 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 #8CDE40 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 222 64 -
CMYK 0.37 0 0.71 0.13
HSL 91.14º 0.71% 0.56% -
HSV(B) 91.14º 0.71% 0.87% -
XYZ 37.86 58.19 14.09 -
YUV 179.47 62.83 99.85 -
System Red Green Blue C M Y K H S L
Decimal 140 222 64 0.37 0 0.71 0.13 91.14 0.71 0.56
Hex 8C DE 40 25 0 47 D 5B 47 38
Octal 214 336 100 45 0 107 15 133 107 70
Binary 10001100 11011110 1000000 100101 0 1000111 1101 1011011 1000111 111000

Color Harmonies of #8CDE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDE40

Black with #8CDE40

Text Example


Text Example

White with #8CDE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,222,64); }

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

background-color css

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

 a { background-color: rgb(140,222,64); }

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

border-color css

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

 span { border-color: rgb(140,222,64); }

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