Html Css Color HEX #8CD341 Atlantis

📋 copy color: '#8CD341'

red 140 ◦ green 211 ◦ blue 65

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

Shades of Atlantis #8CD341

Tints of Atlantis #8CD341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.72%

 BLUE value IS 65 (25.78% from 255) = 15.63%

R = 33.65%
G = 50.72%
B = 15.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#8CD341 (or 0x8CD341) is known color: Atlantis. HEX triplet: 8C, D3 and 41. RGB value is (140,211,65). Sum of RGB (Red+Green+Blue) = 140+211+65=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD341 is #732CBE. Grayscale: #ADADAD. Windows color (decimal): -7548095 or 4313996. OLE color: 4313996.

HSL color Cylindrical-coordinate representation of color #8CD341: hue angle of 89.18º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CD341 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 140 211 65 -
CMYK 0.34 0 0.69 0.17
HSL 89.18º 0.62% 0.54% -
HSV(B) 89.18º 0.69% 0.83% -
XYZ 35.06 52.55 13.3 -
YUV 173.13 66.98 104.37 -
System Red Green Blue C M Y K H S L
Decimal 140 211 65 0.34 0 0.69 0.17 89.18 0.62 0.54
Hex 8C D3 41 22 0 45 11 59 3E 36
Octal 214 323 101 42 0 105 21 131 76 66
Binary 10001100 11010011 1000001 100010 0 1000101 10001 1011001 111110 110110

Color Harmonies of #8CD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD341

Black with #8CD341

Text Example


Text Example

White with #8CD341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,211,65); }

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

background-color css

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

 a { background-color: rgb(140,211,65); }

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

border-color css

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

 span { border-color: rgb(140,211,65); }

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