Html Css Color HEX #8FD042 Atlantis

📋 copy color: '#8FD042'

red 143 ◦ green 208 ◦ blue 66

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

Shades of Atlantis #8FD042

Tints of Atlantis #8FD042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.88%

 BLUE value IS 66 (26.17% from 255) = 15.83%

R = 34.29%
G = 49.88%
B = 15.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#8FD042 (or 0x8FD042) is known color: Atlantis. HEX triplet: 8F, D0 and 42. RGB value is (143,208,66). Sum of RGB (Red+Green+Blue) = 143+208+66=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD042 is #702FBD. Grayscale: #ACACAC. Windows color (decimal): -7352254 or 4378767. OLE color: 4378767.

HSL color Cylindrical-coordinate representation of color #8FD042: hue angle of 87.46º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FD042 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 66 -
CMYK 0.31 0 0.68 0.18
HSL 87.46º 0.6% 0.54% -
HSV(B) 87.46º 0.68% 0.82% -
XYZ 34.87 51.34 13.23 -
YUV 172.38 67.97 107.05 -
System Red Green Blue C M Y K H S L
Decimal 143 208 66 0.31 0 0.68 0.18 87.46 0.6 0.54
Hex 8F D0 42 1F 0 44 12 57 3C 36
Octal 217 320 102 37 0 104 22 127 74 66
Binary 10001111 11010000 1000010 11111 0 1000100 10010 1010111 111100 110110

Color Harmonies of #8FD042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD042

Black with #8FD042

Text Example


Text Example

White with #8FD042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,66); }

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

background-color css

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

 a { background-color: rgb(143,208,66); }

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

border-color css

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

 span { border-color: rgb(143,208,66); }

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