Html Css Color HEX #8CEB34 Atlantis

📋 copy color: '#8CEB34'

red 140 ◦ green 235 ◦ blue 52

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

Shades of Atlantis #8CEB34

Tints of Atlantis #8CEB34

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.04%

 BLUE value IS 52 (20.7% from 255) = 12.18%

R = 32.79%
G = 55.04%
B = 12.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#8CEB34 (or 0x8CEB34) is known color: Atlantis. HEX triplet: 8C, EB and 34. RGB value is (140,235,52). Sum of RGB (Red+Green+Blue) = 140+235+52=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 235 (92.19% from 255 or 55.04% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEB34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEB34 is #7314CB. Grayscale: #BABABA. Windows color (decimal): -7541964 or 3468172. OLE color: 3468172.

HSL color Cylindrical-coordinate representation of color #8CEB34: hue angle of 91.15º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CEB34 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 235 52 -
CMYK 0.40 0 0.78 0.08
HSL 91.15º 0.82% 0.56% -
HSV(B) 91.15º 0.78% 0.92% -
XYZ 41.14 65.24 13.67 -
YUV 185.73 52.53 95.38 -
System Red Green Blue C M Y K H S L
Decimal 140 235 52 0.40 0 0.78 0.08 91.15 0.82 0.56
Hex 8C EB 34 28 0 4E 8 5B 52 38
Octal 214 353 64 50 0 116 10 133 122 70
Binary 10001100 11101011 110100 101000 0 1001110 1000 1011011 1010010 111000

Color Harmonies of #8CEB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEB34

Black with #8CEB34

Text Example


Text Example

White with #8CEB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,235,52); }

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

background-color css

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

 a { background-color: rgb(140,235,52); }

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

border-color css

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

 span { border-color: rgb(140,235,52); }

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