Html Css Color HEX #8DD443 Atlantis

📋 copy color: '#8DD443'

red 141 ◦ green 212 ◦ blue 67

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

Shades of Atlantis #8DD443

Tints of Atlantis #8DD443

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.48%

 BLUE value IS 67 (26.56% from 255) = 15.95%

R = 33.57%
G = 50.48%
B = 15.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#8DD443 (or 0x8DD443) is known color: Atlantis. HEX triplet: 8D, D4 and 43. RGB value is (141,212,67). Sum of RGB (Red+Green+Blue) = 141+212+67=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD443 is #722BBC. Grayscale: #AEAEAE. Windows color (decimal): -7482301 or 4445325. OLE color: 4445325.

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

Color convert

RGB 141 212 67 -
CMYK 0.33 0 0.68 0.17
HSL 89.38º 0.63% 0.55% -
HSV(B) 89.38º 0.68% 0.83% -
XYZ 35.54 53.15 13.7 -
YUV 174.24 67.48 104.29 -
System Red Green Blue C M Y K H S L
Decimal 141 212 67 0.33 0 0.68 0.17 89.38 0.63 0.55
Hex 8D D4 43 21 0 44 11 59 3F 37
Octal 215 324 103 41 0 104 21 131 77 67
Binary 10001101 11010100 1000011 100001 0 1000100 10001 1011001 111111 110111

Color Harmonies of #8DD443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD443

Black with #8DD443

Text Example


Text Example

White with #8DD443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,212,67); }

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

background-color css

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

 a { background-color: rgb(141,212,67); }

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

border-color css

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

 span { border-color: rgb(141,212,67); }

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