Html Css Color HEX #7FD63A Atlantis

📋 copy color: '#7FD63A'

red 127 ◦ green 214 ◦ blue 58

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

Shades of Atlantis #7FD63A

Tints of Atlantis #7FD63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.63%

 BLUE value IS 58 (23.05% from 255) = 14.54%

R = 31.83%
G = 53.63%
B = 14.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#7FD63A (or 0x7FD63A) is known color: Atlantis. HEX triplet: 7F, D6 and 3A. RGB value is (127,214,58). Sum of RGB (Red+Green+Blue) = 127+214+58=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD63A is #8029C5. Grayscale: #AAAAAA. Windows color (decimal): -8399302 or 3855999. OLE color: 3855999.

HSL color Cylindrical-coordinate representation of color #7FD63A: hue angle of 93.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FD63A is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 214 58 -
CMYK 0.41 0 0.73 0.16
HSL 93.46º 0.66% 0.53% -
HSV(B) 93.46º 0.73% 0.84% -
XYZ 33.56 52.91 12.45 -
YUV 170.2 64.68 97.18 -
System Red Green Blue C M Y K H S L
Decimal 127 214 58 0.41 0 0.73 0.16 93.46 0.66 0.53
Hex 7F D6 3A 29 0 49 10 5D 42 35
Octal 177 326 72 51 0 111 20 135 102 65
Binary 1111111 11010110 111010 101001 0 1001001 10000 1011101 1000010 110101

Color Harmonies of #7FD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD63A

Black with #7FD63A

Text Example


Text Example

White with #7FD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,214,58); }

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

background-color css

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

 a { background-color: rgb(127,214,58); }

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

border-color css

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

 span { border-color: rgb(127,214,58); }

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