Html Css Color HEX #8DC63F Atlantis

📋 copy color: '#8DC63F'

red 141 ◦ green 198 ◦ blue 63

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

Shades of Atlantis #8DC63F

Tints of Atlantis #8DC63F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.25%

 BLUE value IS 63 (25% from 255) = 15.67%

R = 35.07%
G = 49.25%
B = 15.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#8DC63F (or 0x8DC63F) is known color: Atlantis. HEX triplet: 8D, C6 and 3F. RGB value is (141,198,63). Sum of RGB (Red+Green+Blue) = 141+198+63=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC63F is #7239C0. Grayscale: #A6A6A6. Windows color (decimal): -7485889 or 4179597. OLE color: 4179597.

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

Color convert

RGB 141 198 63 -
CMYK 0.29 0 0.68 0.22
HSL 85.33º 0.54% 0.51% -
HSV(B) 85.33º 0.68% 0.78% -
XYZ 32.08 46.41 11.97 -
YUV 165.57 70.12 110.48 -
System Red Green Blue C M Y K H S L
Decimal 141 198 63 0.29 0 0.68 0.22 85.33 0.54 0.51
Hex 8D C6 3F 1D 0 44 16 55 36 33
Octal 215 306 77 35 0 104 26 125 66 63
Binary 10001101 11000110 111111 11101 0 1000100 10110 1010101 110110 110011

Color Harmonies of #8DC63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC63F

Black with #8DC63F

Text Example


Text Example

White with #8DC63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,198,63); }

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

background-color css

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

 a { background-color: rgb(141,198,63); }

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

border-color css

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

 span { border-color: rgb(141,198,63); }

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