Html Css Color HEX #8FD934 Atlantis

📋 copy color: '#8FD934'

red 143 ◦ green 217 ◦ blue 52

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

Shades of Atlantis #8FD934

Tints of Atlantis #8FD934

RGB

 RED value IS 143 (56.25% from 255) = 34.71%

 GREEN value IS 217 (85.16% from 255) = 52.67%

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

R = 34.71%
G = 52.67%
B = 12.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#8FD934 (or 0x8FD934) is known color: Atlantis. HEX triplet: 8F, D9 and 34. RGB value is (143,217,52). Sum of RGB (Red+Green+Blue) = 143+217+52=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 217 (85.16% from 255 or 52.67% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD934 is #7026CB. Grayscale: #B0B0B0. Windows color (decimal): -7349964 or 3463567. OLE color: 3463567.

HSL color Cylindrical-coordinate representation of color #8FD934: hue angle of 86.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FD934 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 217 52 -
CMYK 0.34 0 0.76 0.15
HSL 86.91º 0.68% 0.53% -
HSV(B) 86.91º 0.76% 0.85% -
XYZ 36.76 55.71 12.07 -
YUV 176.06 57.98 104.42 -
System Red Green Blue C M Y K H S L
Decimal 143 217 52 0.34 0 0.76 0.15 86.91 0.68 0.53
Hex 8F D9 34 22 0 4C F 57 44 35
Octal 217 331 64 42 0 114 17 127 104 65
Binary 10001111 11011001 110100 100010 0 1001100 1111 1010111 1000100 110101

Color Harmonies of #8FD934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD934

Black with #8FD934

Text Example


Text Example

White with #8FD934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,217,52); }

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

background-color css

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

 a { background-color: rgb(143,217,52); }

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

border-color css

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

 span { border-color: rgb(143,217,52); }

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