Html Css Color HEX #7FDA40 Atlantis

📋 copy color: '#7FDA40'

red 127 ◦ green 218 ◦ blue 64

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

Shades of Atlantis #7FDA40

Tints of Atlantis #7FDA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.3%

 BLUE value IS 64 (25.39% from 255) = 15.65%

R = 31.05%
G = 53.3%
B = 15.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#7FDA40 (or 0x7FDA40) is known color: Atlantis. HEX triplet: 7F, DA and 40. RGB value is (127,218,64). Sum of RGB (Red+Green+Blue) = 127+218+64=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDA40 is #8025BF. Grayscale: #ADADAD. Windows color (decimal): -8398272 or 4250239. OLE color: 4250239.

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

Color convert

RGB 127 218 64 -
CMYK 0.42 0 0.71 0.15
HSL 95.45º 0.68% 0.55% -
HSV(B) 95.45º 0.71% 0.85% -
XYZ 34.75 55.02 13.64 -
YUV 173.24 66.35 95.02 -
System Red Green Blue C M Y K H S L
Decimal 127 218 64 0.42 0 0.71 0.15 95.45 0.68 0.55
Hex 7F DA 40 2A 0 47 F 5F 44 37
Octal 177 332 100 52 0 107 17 137 104 67
Binary 1111111 11011010 1000000 101010 0 1000111 1111 1011111 1000100 110111

Color Harmonies of #7FDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDA40

Black with #7FDA40

Text Example


Text Example

White with #7FDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,218,64); }

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

background-color css

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

 a { background-color: rgb(127,218,64); }

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

border-color css

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

 span { border-color: rgb(127,218,64); }

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