Html Css Color HEX #7FDC37 Atlantis

📋 copy color: '#7FDC37'

red 127 ◦ green 220 ◦ blue 55

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

Shades of Atlantis #7FDC37

Tints of Atlantis #7FDC37

RGB

 RED value IS 127 (50% from 255) = 31.59%

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

 BLUE value IS 55 (21.88% from 255) = 13.68%

R = 31.59%
G = 54.73%
B = 13.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#7FDC37 (or 0x7FDC37) is known color: Atlantis. HEX triplet: 7F, DC and 37. RGB value is (127,220,55). Sum of RGB (Red+Green+Blue) = 127+220+55=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDC37 is #8023C8. Grayscale: #ADADAD. Windows color (decimal): -8397769 or 3660927. OLE color: 3660927.

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

Color convert

RGB 127 220 55 -
CMYK 0.42 0 0.75 0.14
HSL 93.82º 0.7% 0.54% -
HSV(B) 93.82º 0.75% 0.86% -
XYZ 35.04 55.97 12.57 -
YUV 173.38 61.19 94.92 -
System Red Green Blue C M Y K H S L
Decimal 127 220 55 0.42 0 0.75 0.14 93.82 0.7 0.54
Hex 7F DC 37 2A 0 4B E 5E 46 36
Octal 177 334 67 52 0 113 16 136 106 66
Binary 1111111 11011100 110111 101010 0 1001011 1110 1011110 1000110 110110

Color Harmonies of #7FDC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDC37

Black with #7FDC37

Text Example


Text Example

White with #7FDC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FDC37; }

 p { color: rgb(127,220,55); }

 H1.HeaderClassName
 {
   color: #7FDC37;
 }
 .AnyTagClassName
 {
   color: #7FDC37;
 }
</style>

background-color css

<style>
 a { background-color: #7FDC37; }

 a { background-color: rgb(127,220,55); }

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

border-color css

<style>
 span { border-color: #7FDC37; }

 span { border-color: rgb(127,220,55); }

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