Html Css Color HEX #8DDE4B Atlantis

📋 copy color: '#8DDE4B'

red 141 ◦ green 222 ◦ blue 75

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

Shades of Atlantis #8DDE4B

Tints of Atlantis #8DDE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.12%

R = 32.19%
G = 50.68%
B = 17.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#8DDE4B (or 0x8DDE4B) is known color: Atlantis. HEX triplet: 8D, DE and 4B. RGB value is (141,222,75). Sum of RGB (Red+Green+Blue) = 141+222+75=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDE4B is #7221B4. Grayscale: #B5B5B5. Windows color (decimal): -7479733 or 4972173. OLE color: 4972173.

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

Color convert

RGB 141 222 75 -
CMYK 0.36 0 0.66 0.13
HSL 93.06º 0.69% 0.58% -
HSV(B) 93.06º 0.66% 0.87% -
XYZ 38.38 58.41 15.91 -
YUV 181.02 68.16 99.45 -
System Red Green Blue C M Y K H S L
Decimal 141 222 75 0.36 0 0.66 0.13 93.06 0.69 0.58
Hex 8D DE 4B 24 0 42 D 5D 45 3A
Octal 215 336 113 44 0 102 15 135 105 72
Binary 10001101 11011110 1001011 100100 0 1000010 1101 1011101 1000101 111010

Color Harmonies of #8DDE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDE4B

Black with #8DDE4B

Text Example


Text Example

White with #8DDE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,222,75); }

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

background-color css

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

 a { background-color: rgb(141,222,75); }

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

border-color css

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

 span { border-color: rgb(141,222,75); }

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