Html Css Color HEX #8DC83C Atlantis

📋 copy color: '#8DC83C'

red 141 ◦ green 200 ◦ blue 60

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

Shades of Atlantis #8DC83C

Tints of Atlantis #8DC83C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.88%

 BLUE value IS 60 (23.83% from 255) = 14.96%

R = 35.16%
G = 49.88%
B = 14.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#8DC83C (or 0x8DC83C) is known color: Atlantis. HEX triplet: 8D, C8 and 3C. RGB value is (141,200,60). Sum of RGB (Red+Green+Blue) = 141+200+60=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC83C is #7237C3. Grayscale: #A6A6A6. Windows color (decimal): -7485380 or 3983501. OLE color: 3983501.

HSL color Cylindrical-coordinate representation of color #8DC83C: hue angle of 85.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DC83C is Cyan = 0.29, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 200 60 -
CMYK 0.29 0 0.7 0.22
HSL 85.29º 0.56% 0.51% -
HSV(B) 85.29º 0.7% 0.78% -
XYZ 32.45 47.3 11.69 -
YUV 166.4 67.95 109.88 -
System Red Green Blue C M Y K H S L
Decimal 141 200 60 0.29 0 0.7 0.22 85.29 0.56 0.51
Hex 8D C8 3C 1D 0 46 16 55 38 33
Octal 215 310 74 35 0 106 26 125 70 63
Binary 10001101 11001000 111100 11101 0 1000110 10110 1010101 111000 110011

Color Harmonies of #8DC83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC83C

Black with #8DC83C

Text Example


Text Example

White with #8DC83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,200,60); }

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

background-color css

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

 a { background-color: rgb(141,200,60); }

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

border-color css

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

 span { border-color: rgb(141,200,60); }

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