Html Css Color HEX #8CC63D Atlantis

📋 copy color: '#8CC63D'

red 140 ◦ green 198 ◦ blue 61

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

Shades of Atlantis #8CC63D

Tints of Atlantis #8CC63D

RGB

 RED value IS 140 (55.08% from 255) = 35.09%

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

 BLUE value IS 61 (24.22% from 255) = 15.29%

R = 35.09%
G = 49.62%
B = 15.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#8CC63D (or 0x8CC63D) is known color: Atlantis. HEX triplet: 8C, C6 and 3D. RGB value is (140,198,61). Sum of RGB (Red+Green+Blue) = 140+198+61=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC63D is #7339C2. Grayscale: #A5A5A5. Windows color (decimal): -7551427 or 4048524. OLE color: 4048524.

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

Color convert

RGB 140 198 61 -
CMYK 0.29 0 0.69 0.22
HSL 85.4º 0.55% 0.51% -
HSV(B) 85.4º 0.69% 0.78% -
XYZ 31.85 46.3 11.67 -
YUV 165.04 69.28 110.14 -
System Red Green Blue C M Y K H S L
Decimal 140 198 61 0.29 0 0.69 0.22 85.4 0.55 0.51
Hex 8C C6 3D 1D 0 45 16 55 37 33
Octal 214 306 75 35 0 105 26 125 67 63
Binary 10001100 11000110 111101 11101 0 1000101 10110 1010101 110111 110011

Color Harmonies of #8CC63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC63D

Black with #8CC63D

Text Example


Text Example

White with #8CC63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,198,61); }

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

background-color css

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

 a { background-color: rgb(140,198,61); }

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

border-color css

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

 span { border-color: rgb(140,198,61); }

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