Html Css Color HEX #8CEF49 Atlantis

📋 copy color: '#8CEF49'

red 140 ◦ green 239 ◦ blue 73

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

Shades of Atlantis #8CEF49

Tints of Atlantis #8CEF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.88%

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

R = 30.97%
G = 52.88%
B = 16.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#8CEF49 (or 0x8CEF49) is known color: Atlantis. HEX triplet: 8C, EF and 49. RGB value is (140,239,73). Sum of RGB (Red+Green+Blue) = 140+239+73=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEF49 is #7310B6. Grayscale: #BFBFBF. Windows color (decimal): -7540919 or 4845452. OLE color: 4845452.

HSL color Cylindrical-coordinate representation of color #8CEF49: hue angle of 95.78º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CEF49 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 239 73 -
CMYK 0.41 0 0.69 0.06
HSL 95.78º 0.84% 0.61% -
HSV(B) 95.78º 0.69% 0.94% -
XYZ 42.88 67.79 17.13 -
YUV 190.48 61.7 92 -
System Red Green Blue C M Y K H S L
Decimal 140 239 73 0.41 0 0.69 0.06 95.78 0.84 0.61
Hex 8C EF 49 29 0 45 6 60 54 3D
Octal 214 357 111 51 0 105 6 140 124 75
Binary 10001100 11101111 1001001 101001 0 1000101 110 1100000 1010100 111101

Color Harmonies of #8CEF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEF49

Black with #8CEF49

Text Example


Text Example

White with #8CEF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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