Html Css Color HEX #8FDD35 Atlantis

📋 copy color: '#8FDD35'

red 143 ◦ green 221 ◦ blue 53

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

Shades of Atlantis #8FDD35

Tints of Atlantis #8FDD35

RGB

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

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

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

R = 34.29%
G = 53%
B = 12.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#8FDD35 (or 0x8FDD35) is known color: Atlantis. HEX triplet: 8F, DD and 35. RGB value is (143,221,53). Sum of RGB (Red+Green+Blue) = 143+221+53=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDD35 is #7022CA. Grayscale: #B3B3B3. Windows color (decimal): -7348939 or 3530127. OLE color: 3530127.

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

Color convert

RGB 143 221 53 -
CMYK 0.35 0 0.76 0.13
HSL 87.86º 0.71% 0.54% -
HSV(B) 87.86º 0.76% 0.87% -
XYZ 37.83 57.81 12.53 -
YUV 178.53 57.16 102.66 -
System Red Green Blue C M Y K H S L
Decimal 143 221 53 0.35 0 0.76 0.13 87.86 0.71 0.54
Hex 8F DD 35 23 0 4C D 58 47 36
Octal 217 335 65 43 0 114 15 130 107 66
Binary 10001111 11011101 110101 100011 0 1001100 1101 1011000 1000111 110110

Color Harmonies of #8FDD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD35

Black with #8FDD35

Text Example


Text Example

White with #8FDD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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