Html Css Color HEX #8DDF40 Atlantis

📋 copy color: '#8DDF40'

red 141 ◦ green 223 ◦ blue 64

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

Shades of Atlantis #8DDF40

Tints of Atlantis #8DDF40

RGB

 RED value IS 141 (55.47% from 255) = 32.94%

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

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

R = 32.94%
G = 52.1%
B = 14.95%

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

#8DDF40 (or 0x8DDF40) is known color: Atlantis. HEX triplet: 8D, DF and 40. RGB value is (141,223,64). Sum of RGB (Red+Green+Blue) = 141+223+64=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDF40 is #7220BF. Grayscale: #B4B4B4. Windows color (decimal): -7479488 or 4251533. OLE color: 4251533.

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

Color convert

RGB 141 223 64 -
CMYK 0.37 0 0.71 0.13
HSL 90.94º 0.71% 0.56% -
HSV(B) 90.94º 0.71% 0.87% -
XYZ 38.3 58.81 14.18 -
YUV 180.36 62.33 99.93 -
System Red Green Blue C M Y K H S L
Decimal 141 223 64 0.37 0 0.71 0.13 90.94 0.71 0.56
Hex 8D DF 40 25 0 47 D 5B 47 38
Octal 215 337 100 45 0 107 15 133 107 70
Binary 10001101 11011111 1000000 100101 0 1000111 1101 1011011 1000111 111000

Color Harmonies of #8DDF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDF40

Black with #8DDF40

Text Example


Text Example

White with #8DDF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,223,64); }

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

background-color css

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

 a { background-color: rgb(141,223,64); }

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

border-color css

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

 span { border-color: rgb(141,223,64); }

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