Html Css Color HEX #8DEB2F Atlantis

📋 copy color: '#8DEB2F'

red 141 ◦ green 235 ◦ blue 47

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

Shades of Atlantis #8DEB2F

Tints of Atlantis #8DEB2F

RGB

 RED value IS 141 (55.47% from 255) = 33.33%

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

 BLUE value IS 47 (18.75% from 255) = 11.11%

R = 33.33%
G = 55.56%
B = 11.11%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#8DEB2F (or 0x8DEB2F) is known color: Atlantis. HEX triplet: 8D, EB and 2F. RGB value is (141,235,47). Sum of RGB (Red+Green+Blue) = 141+235+47=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEB2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEB2F is #7214D0. Grayscale: #BABABA. Windows color (decimal): -7476433 or 3140493. OLE color: 3140493.

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

Color convert

RGB 141 235 47 -
CMYK 0.4 0 0.8 0.08
HSL 90º 0.82% 0.55% -
HSV(B) 90º 0.8% 0.92% -
XYZ 41.21 65.28 13.12 -
YUV 185.46 49.86 96.29 -
System Red Green Blue C M Y K H S L
Decimal 141 235 47 0.4 0 0.8 0.08 90 0.82 0.55
Hex 8D EB 2F 28 0 50 8 5A 52 37
Octal 215 353 57 50 0 120 10 132 122 67
Binary 10001101 11101011 101111 101000 0 1010000 1000 1011010 1010010 110111

Color Harmonies of #8DEB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEB2F

Black with #8DEB2F

Text Example


Text Example

White with #8DEB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,235,47); }

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

background-color css

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

 a { background-color: rgb(141,235,47); }

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

border-color css

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

 span { border-color: rgb(141,235,47); }

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