Html Css Color HEX #7FF53D Atlantis

📋 copy color: '#7FF53D'

red 127 ◦ green 245 ◦ blue 61

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

Shades of Atlantis #7FF53D

Tints of Atlantis #7FF53D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.58%

 BLUE value IS 61 (24.22% from 255) = 14.09%

R = 29.33%
G = 56.58%
B = 14.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#7FF53D (or 0x7FF53D) is known color: Atlantis. HEX triplet: 7F, F5 and 3D. RGB value is (127,245,61). Sum of RGB (Red+Green+Blue) = 127+245+61=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 245 (96.09% from 255 or 56.58% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF53D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF53D is #800AC2. Grayscale: #BDBDBD. Windows color (decimal): -8391363 or 4060543. OLE color: 4060543.

HSL color Cylindrical-coordinate representation of color #7FF53D: hue angle of 98.48º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FF53D is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 127 245 61 -
CMYK 0.48 0 0.75 0.04
HSL 98.48º 0.9% 0.6% -
HSV(B) 98.48º 0.75% 0.96% -
XYZ 42.25 70.15 15.73 -
YUV 188.74 55.91 83.96 -
System Red Green Blue C M Y K H S L
Decimal 127 245 61 0.48 0 0.75 0.04 98.48 0.9 0.6
Hex 7F F5 3D 30 0 4B 4 62 5A 3C
Octal 177 365 75 60 0 113 4 142 132 74
Binary 1111111 11110101 111101 110000 0 1001011 100 1100010 1011010 111100

Color Harmonies of #7FF53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF53D

Black with #7FF53D

Text Example


Text Example

White with #7FF53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,245,61); }

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

background-color css

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

 a { background-color: rgb(127,245,61); }

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

border-color css

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

 span { border-color: rgb(127,245,61); }

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