Html Css Color HEX #8CD249 Atlantis

📋 copy color: '#8CD249'

red 140 ◦ green 210 ◦ blue 73

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

Shades of Atlantis #8CD249

Tints of Atlantis #8CD249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.65%

 BLUE value IS 73 (28.91% from 255) = 17.26%

R = 33.1%
G = 49.65%
B = 17.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#8CD249 (or 0x8CD249) is known color: Atlantis. HEX triplet: 8C, D2 and 49. RGB value is (140,210,73). Sum of RGB (Red+Green+Blue) = 140+210+73=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD249 is #732DB6. Grayscale: #ADADAD. Windows color (decimal): -7548343 or 4838028. OLE color: 4838028.

HSL color Cylindrical-coordinate representation of color #8CD249: hue angle of 90.66º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CD249 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 210 73 -
CMYK 0.33 0 0.65 0.18
HSL 90.66º 0.6% 0.55% -
HSV(B) 90.66º 0.65% 0.82% -
XYZ 35.06 52.15 14.52 -
YUV 173.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 140 210 73 0.33 0 0.65 0.18 90.66 0.6 0.55
Hex 8C D2 49 21 0 41 12 5B 3C 37
Octal 214 322 111 41 0 101 22 133 74 67
Binary 10001100 11010010 1001001 100001 0 1000001 10010 1011011 111100 110111

Color Harmonies of #8CD249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD249

Black with #8CD249

Text Example


Text Example

White with #8CD249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,210,73); }

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

background-color css

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

 a { background-color: rgb(140,210,73); }

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

border-color css

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

 span { border-color: rgb(140,210,73); }

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