Html Css Color HEX #8CDF3C Atlantis

📋 copy color: '#8CDF3C'

red 140 ◦ green 223 ◦ blue 60

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

Shades of Atlantis #8CDF3C

Tints of Atlantis #8CDF3C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.72%

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

R = 33.1%
G = 52.72%
B = 14.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#8CDF3C (or 0x8CDF3C) is known color: Atlantis. HEX triplet: 8C, DF and 3C. RGB value is (140,223,60). Sum of RGB (Red+Green+Blue) = 140+223+60=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDF3C is #7320C3. Grayscale: #B4B4B4. Windows color (decimal): -7545028 or 3989388. OLE color: 3989388.

HSL color Cylindrical-coordinate representation of color #8CDF3C: hue angle of 90.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CDF3C is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 223 60 -
CMYK 0.37 0 0.73 0.13
HSL 90.55º 0.72% 0.55% -
HSV(B) 90.55º 0.73% 0.87% -
XYZ 38.02 58.68 13.6 -
YUV 179.6 60.5 99.75 -
System Red Green Blue C M Y K H S L
Decimal 140 223 60 0.37 0 0.73 0.13 90.55 0.72 0.55
Hex 8C DF 3C 25 0 49 D 5B 48 37
Octal 214 337 74 45 0 111 15 133 110 67
Binary 10001100 11011111 111100 100101 0 1001001 1101 1011011 1001000 110111

Color Harmonies of #8CDF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDF3C

Black with #8CDF3C

Text Example


Text Example

White with #8CDF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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