Html Css Color HEX #7FDC3F Atlantis

📋 copy color: '#7FDC3F'

red 127 ◦ green 220 ◦ blue 63

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

Shades of Atlantis #7FDC3F

Tints of Atlantis #7FDC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.37%

R = 30.98%
G = 53.66%
B = 15.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#7FDC3F (or 0x7FDC3F) is known color: Atlantis. HEX triplet: 7F, DC and 3F. RGB value is (127,220,63). Sum of RGB (Red+Green+Blue) = 127+220+63=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDC3F is #8023C0. Grayscale: #AEAEAE. Windows color (decimal): -8397761 or 4185215. OLE color: 4185215.

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

Color convert

RGB 127 220 63 -
CMYK 0.42 0 0.71 0.14
HSL 95.54º 0.69% 0.55% -
HSV(B) 95.54º 0.71% 0.86% -
XYZ 35.24 56.06 13.67 -
YUV 174.3 65.19 94.27 -
System Red Green Blue C M Y K H S L
Decimal 127 220 63 0.42 0 0.71 0.14 95.54 0.69 0.55
Hex 7F DC 3F 2A 0 47 E 60 45 37
Octal 177 334 77 52 0 107 16 140 105 67
Binary 1111111 11011100 111111 101010 0 1000111 1110 1100000 1000101 110111

Color Harmonies of #7FDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDC3F

Black with #7FDC3F

Text Example


Text Example

White with #7FDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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