Html Css Color HEX #7FF541 Atlantis

📋 copy color: '#7FF541'

red 127 ◦ green 245 ◦ blue 65

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

Shades of Atlantis #7FF541

Tints of Atlantis #7FF541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.87%

R = 29.06%
G = 56.06%
B = 14.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#7FF541 (or 0x7FF541) is known color: Atlantis. HEX triplet: 7F, F5 and 41. RGB value is (127,245,65). Sum of RGB (Red+Green+Blue) = 127+245+65=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 245 (96.09% from 255 or 56.06% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF541 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF541 is #800ABE. Grayscale: #BDBDBD. Windows color (decimal): -8391359 or 4322687. OLE color: 4322687.

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

Color convert

RGB 127 245 65 -
CMYK 0.48 0 0.73 0.04
HSL 99.33º 0.9% 0.61% -
HSV(B) 99.33º 0.73% 0.96% -
XYZ 42.36 70.2 16.32 -
YUV 189.2 57.91 83.64 -
System Red Green Blue C M Y K H S L
Decimal 127 245 65 0.48 0 0.73 0.04 99.33 0.9 0.61
Hex 7F F5 41 30 0 49 4 63 5A 3D
Octal 177 365 101 60 0 111 4 143 132 75
Binary 1111111 11110101 1000001 110000 0 1001001 100 1100011 1011010 111101

Color Harmonies of #7FF541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF541

Black with #7FF541

Text Example


Text Example

White with #7FF541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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