Html Css Color HEX #8CD741 Atlantis

📋 copy color: '#8CD741'

red 140 ◦ green 215 ◦ blue 65

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

Shades of Atlantis #8CD741

Tints of Atlantis #8CD741

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.19%

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

R = 33.33%
G = 51.19%
B = 15.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#8CD741 (or 0x8CD741) is known color: Atlantis. HEX triplet: 8C, D7 and 41. RGB value is (140,215,65). Sum of RGB (Red+Green+Blue) = 140+215+65=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD741 is #7328BE. Grayscale: #B0B0B0. Windows color (decimal): -7547071 or 4315020. OLE color: 4315020.

HSL color Cylindrical-coordinate representation of color #8CD741: hue angle of 90º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CD741 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 215 65 -
CMYK 0.35 0 0.70 0.16
HSL 90º 0.65% 0.55% -
HSV(B) 90º 0.7% 0.84% -
XYZ 36.07 54.56 13.63 -
YUV 175.48 65.65 102.7 -
System Red Green Blue C M Y K H S L
Decimal 140 215 65 0.35 0 0.70 0.16 90 0.65 0.55
Hex 8C D7 41 23 0 46 10 5A 41 37
Octal 214 327 101 43 0 106 20 132 101 67
Binary 10001100 11010111 1000001 100011 0 1000110 10000 1011010 1000001 110111

Color Harmonies of #8CD741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD741

Black with #8CD741

Text Example


Text Example

White with #8CD741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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