Html Css Color HEX #8DD54B Atlantis

📋 copy color: '#8DD54B'

red 141 ◦ green 213 ◦ blue 75

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

Shades of Atlantis #8DD54B

Tints of Atlantis #8DD54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

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

R = 32.87%
G = 49.65%
B = 17.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#8DD54B (or 0x8DD54B) is known color: Atlantis. HEX triplet: 8D, D5 and 4B. RGB value is (141,213,75). Sum of RGB (Red+Green+Blue) = 141+213+75=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD54B is #722AB4. Grayscale: #B0B0B0. Windows color (decimal): -7482037 or 4969869. OLE color: 4969869.

HSL color Cylindrical-coordinate representation of color #8DD54B: hue angle of 91.3º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DD54B is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 213 75 -
CMYK 0.34 0 0.65 0.16
HSL 91.3º 0.62% 0.56% -
HSV(B) 91.3º 0.65% 0.84% -
XYZ 36.05 53.76 15.13 -
YUV 175.74 71.15 103.22 -
System Red Green Blue C M Y K H S L
Decimal 141 213 75 0.34 0 0.65 0.16 91.3 0.62 0.56
Hex 8D D5 4B 22 0 41 10 5B 3E 38
Octal 215 325 113 42 0 101 20 133 76 70
Binary 10001101 11010101 1001011 100010 0 1000001 10000 1011011 111110 111000

Color Harmonies of #8DD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD54B

Black with #8DD54B

Text Example


Text Example

White with #8DD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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