Html Css Color HEX #8CC83D Atlantis

📋 copy color: '#8CC83D'

red 140 ◦ green 200 ◦ blue 61

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

Shades of Atlantis #8CC83D

Tints of Atlantis #8CC83D

RGB

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

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

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

R = 34.91%
G = 49.88%
B = 15.21%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#8CC83D (or 0x8CC83D) is known color: Atlantis. HEX triplet: 8C, C8 and 3D. RGB value is (140,200,61). Sum of RGB (Red+Green+Blue) = 140+200+61=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC83D is #7337C2. Grayscale: #A6A6A6. Windows color (decimal): -7550915 or 4049036. OLE color: 4049036.

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

Color convert

RGB 140 200 61 -
CMYK 0.3 0 0.69 0.22
HSL 85.9º 0.56% 0.51% -
HSV(B) 85.9º 0.7% 0.78% -
XYZ 32.31 47.22 11.83 -
YUV 166.21 68.62 109.3 -
System Red Green Blue C M Y K H S L
Decimal 140 200 61 0.3 0 0.69 0.22 85.9 0.56 0.51
Hex 8C C8 3D 1E 0 45 16 56 38 33
Octal 214 310 75 36 0 105 26 126 70 63
Binary 10001100 11001000 111101 11110 0 1000101 10110 1010110 111000 110011

Color Harmonies of #8CC83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC83D

Black with #8CC83D

Text Example


Text Example

White with #8CC83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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