Html Css Color HEX #8CD53C Atlantis

📋 copy color: '#8CD53C'

red 140 ◦ green 213 ◦ blue 60

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

Shades of Atlantis #8CD53C

Tints of Atlantis #8CD53C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.57%

 BLUE value IS 60 (23.83% from 255) = 14.53%

R = 33.9%
G = 51.57%
B = 14.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#8CD53C (or 0x8CD53C) is known color: Atlantis. HEX triplet: 8C, D5 and 3C. RGB value is (140,213,60). Sum of RGB (Red+Green+Blue) = 140+213+60=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD53C is #732AC3. Grayscale: #AEAEAE. Windows color (decimal): -7547588 or 3986828. OLE color: 3986828.

HSL color Cylindrical-coordinate representation of color #8CD53C: hue angle of 88.63º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CD53C is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 213 60 -
CMYK 0.34 0 0.72 0.16
HSL 88.63º 0.65% 0.54% -
HSV(B) 88.63º 0.72% 0.84% -
XYZ 35.43 53.49 12.73 -
YUV 173.73 63.82 103.94 -
System Red Green Blue C M Y K H S L
Decimal 140 213 60 0.34 0 0.72 0.16 88.63 0.65 0.54
Hex 8C D5 3C 22 0 48 10 59 41 36
Octal 214 325 74 42 0 110 20 131 101 66
Binary 10001100 11010101 111100 100010 0 1001000 10000 1011001 1000001 110110

Color Harmonies of #8CD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD53C

Black with #8CD53C

Text Example


Text Example

White with #8CD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,213,60); }

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

background-color css

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

 a { background-color: rgb(140,213,60); }

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

border-color css

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

 span { border-color: rgb(140,213,60); }

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