Html Css Color HEX #8FDD42 Atlantis

📋 copy color: '#8FDD42'

red 143 ◦ green 221 ◦ blue 66

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

Shades of Atlantis #8FDD42

Tints of Atlantis #8FDD42

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.4%

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

R = 33.26%
G = 51.4%
B = 15.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#8FDD42 (or 0x8FDD42) is known color: Atlantis. HEX triplet: 8F, DD and 42. RGB value is (143,221,66). Sum of RGB (Red+Green+Blue) = 143+221+66=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDD42 is #7022BD. Grayscale: #B4B4B4. Windows color (decimal): -7348926 or 4382095. OLE color: 4382095.

HSL color Cylindrical-coordinate representation of color #8FDD42: hue angle of 90.19º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FDD42 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 221 66 -
CMYK 0.35 0 0.70 0.13
HSL 90.19º 0.7% 0.56% -
HSV(B) 90.19º 0.7% 0.87% -
XYZ 38.17 57.95 14.33 -
YUV 180.01 63.66 101.6 -
System Red Green Blue C M Y K H S L
Decimal 143 221 66 0.35 0 0.70 0.13 90.19 0.7 0.56
Hex 8F DD 42 23 0 46 D 5A 46 38
Octal 217 335 102 43 0 106 15 132 106 70
Binary 10001111 11011101 1000010 100011 0 1000110 1101 1011010 1000110 111000

Color Harmonies of #8FDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD42

Black with #8FDD42

Text Example


Text Example

White with #8FDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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