Html Css Color HEX #8CE74F Atlantis

📋 copy color: '#8CE74F'

red 140 ◦ green 231 ◦ blue 79

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

Shades of Atlantis #8CE74F

Tints of Atlantis #8CE74F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.33%

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 31.11%
G = 51.33%
B = 17.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#8CE74F (or 0x8CE74F) is known color: Atlantis. HEX triplet: 8C, E7 and 4F. RGB value is (140,231,79). Sum of RGB (Red+Green+Blue) = 140+231+79=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE74F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE74F is #7318B0. Grayscale: #BABABA. Windows color (decimal): -7542961 or 5236620. OLE color: 5236620.

HSL color Cylindrical-coordinate representation of color #8CE74F: hue angle of 95.92º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CE74F is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 231 79 -
CMYK 0.39 0 0.66 0.09
HSL 95.92º 0.76% 0.61% -
HSV(B) 95.92º 0.66% 0.91% -
XYZ 40.8 63.29 17.46 -
YUV 186.46 67.35 94.86 -
System Red Green Blue C M Y K H S L
Decimal 140 231 79 0.39 0 0.66 0.09 95.92 0.76 0.61
Hex 8C E7 4F 27 0 42 9 60 4C 3D
Octal 214 347 117 47 0 102 11 140 114 75
Binary 10001100 11100111 1001111 100111 0 1000010 1001 1100000 1001100 111101

Color Harmonies of #8CE74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE74F

Black with #8CE74F

Text Example


Text Example

White with #8CE74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,231,79); }

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

background-color css

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

 a { background-color: rgb(140,231,79); }

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

border-color css

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

 span { border-color: rgb(140,231,79); }

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