Html Css Color HEX #8CE531 Atlantis

📋 copy color: '#8CE531'

red 140 ◦ green 229 ◦ blue 49

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

Shades of Atlantis #8CE531

Tints of Atlantis #8CE531

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.78%

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 33.49%
G = 54.78%
B = 11.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#8CE531 (or 0x8CE531) is known color: Atlantis. HEX triplet: 8C, E5 and 31. RGB value is (140,229,49). Sum of RGB (Red+Green+Blue) = 140+229+49=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 229 (89.84% from 255 or 54.78% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE531 is #731ACE. Grayscale: #B6B6B6. Windows color (decimal): -7543503 or 3270028. OLE color: 3270028.

HSL color Cylindrical-coordinate representation of color #8CE531: hue angle of 89.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CE531 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 229 49 -
CMYK 0.39 0 0.79 0.10
HSL 89.67º 0.78% 0.55% -
HSV(B) 89.67º 0.79% 0.9% -
XYZ 39.39 61.84 12.77 -
YUV 181.87 53.01 98.14 -
System Red Green Blue C M Y K H S L
Decimal 140 229 49 0.39 0 0.79 0.10 89.67 0.78 0.55
Hex 8C E5 31 27 0 4F A 5A 4E 37
Octal 214 345 61 47 0 117 12 132 116 67
Binary 10001100 11100101 110001 100111 0 1001111 1010 1011010 1001110 110111

Color Harmonies of #8CE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE531

Black with #8CE531

Text Example


Text Example

White with #8CE531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,229,49); }

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

background-color css

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

 a { background-color: rgb(140,229,49); }

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

border-color css

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

 span { border-color: rgb(140,229,49); }

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