Html Css Color HEX #8FDC35 Atlantis

📋 copy color: '#8FDC35'

red 143 ◦ green 220 ◦ blue 53

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

Shades of Atlantis #8FDC35

Tints of Atlantis #8FDC35

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.88%

 BLUE value IS 53 (21.09% from 255) = 12.74%

R = 34.38%
G = 52.88%
B = 12.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#8FDC35 (or 0x8FDC35) is known color: Atlantis. HEX triplet: 8F, DC and 35. RGB value is (143,220,53). Sum of RGB (Red+Green+Blue) = 143+220+53=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDC35 is #7023CA. Grayscale: #B2B2B2. Windows color (decimal): -7349195 or 3529871. OLE color: 3529871.

HSL color Cylindrical-coordinate representation of color #8FDC35: hue angle of 87.66º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FDC35 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 53 -
CMYK 0.35 0 0.76 0.14
HSL 87.66º 0.7% 0.54% -
HSV(B) 87.66º 0.76% 0.86% -
XYZ 37.56 57.28 12.45 -
YUV 177.94 57.49 103.08 -
System Red Green Blue C M Y K H S L
Decimal 143 220 53 0.35 0 0.76 0.14 87.66 0.7 0.54
Hex 8F DC 35 23 0 4C E 58 46 36
Octal 217 334 65 43 0 114 16 130 106 66
Binary 10001111 11011100 110101 100011 0 1001100 1110 1011000 1000110 110110

Color Harmonies of #8FDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC35

Black with #8FDC35

Text Example


Text Example

White with #8FDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,220,53); }

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

background-color css

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

 a { background-color: rgb(143,220,53); }

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

border-color css

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

 span { border-color: rgb(143,220,53); }

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