Html Css Color HEX #8CDE48 Atlantis

📋 copy color: '#8CDE48'

red 140 ◦ green 222 ◦ blue 72

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

Shades of Atlantis #8CDE48

Tints of Atlantis #8CDE48

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.15%

 BLUE value IS 72 (28.52% from 255) = 16.59%

R = 32.26%
G = 51.15%
B = 16.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#8CDE48 (or 0x8CDE48) is known color: Atlantis. HEX triplet: 8C, DE and 48. RGB value is (140,222,72). Sum of RGB (Red+Green+Blue) = 140+222+72=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDE48 is #7321B7. Grayscale: #B4B4B4. Windows color (decimal): -7545272 or 4775564. OLE color: 4775564.

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

Color convert

RGB 140 222 72 -
CMYK 0.37 0 0.68 0.13
HSL 92.8º 0.69% 0.58% -
HSV(B) 92.8º 0.68% 0.87% -
XYZ 38.11 58.29 15.37 -
YUV 180.38 66.83 99.2 -
System Red Green Blue C M Y K H S L
Decimal 140 222 72 0.37 0 0.68 0.13 92.8 0.69 0.58
Hex 8C DE 48 25 0 44 D 5D 45 3A
Octal 214 336 110 45 0 104 15 135 105 72
Binary 10001100 11011110 1001000 100101 0 1000100 1101 1011101 1000101 111010

Color Harmonies of #8CDE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDE48

Black with #8CDE48

Text Example


Text Example

White with #8CDE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,222,72); }

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

background-color css

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

 a { background-color: rgb(140,222,72); }

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

border-color css

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

 span { border-color: rgb(140,222,72); }

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