Html Css Color HEX #8CC73D Atlantis

📋 copy color: '#8CC73D'

red 140 ◦ green 199 ◦ blue 61

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

Shades of Atlantis #8CC73D

Tints of Atlantis #8CC73D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.75%

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

R = 35%
G = 49.75%
B = 15.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#8CC73D (or 0x8CC73D) is known color: Atlantis. HEX triplet: 8C, C7 and 3D. RGB value is (140,199,61). Sum of RGB (Red+Green+Blue) = 140+199+61=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC73D is #7338C2. Grayscale: #A6A6A6. Windows color (decimal): -7551171 or 4048780. OLE color: 4048780.

HSL color Cylindrical-coordinate representation of color #8CC73D: hue angle of 85.65º 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 #8CC73D is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 199 61 -
CMYK 0.30 0 0.69 0.22
HSL 85.65º 0.55% 0.51% -
HSV(B) 85.65º 0.69% 0.78% -
XYZ 32.08 46.76 11.75 -
YUV 165.63 68.95 109.72 -
System Red Green Blue C M Y K H S L
Decimal 140 199 61 0.30 0 0.69 0.22 85.65 0.55 0.51
Hex 8C C7 3D 1E 0 45 16 56 37 33
Octal 214 307 75 36 0 105 26 126 67 63
Binary 10001100 11000111 111101 11110 0 1000101 10110 1010110 110111 110011

Color Harmonies of #8CC73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC73D

Black with #8CC73D

Text Example


Text Example

White with #8CC73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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