Html Css Color HEX #7FF036 Atlantis

📋 copy color: '#7FF036'

red 127 ◦ green 240 ◦ blue 54

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

Shades of Atlantis #7FF036

Tints of Atlantis #7FF036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.01%

 BLUE value IS 54 (21.48% from 255) = 12.83%

R = 30.17%
G = 57.01%
B = 12.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#7FF036 (or 0x7FF036) is known color: Atlantis. HEX triplet: 7F, F0 and 36. RGB value is (127,240,54). Sum of RGB (Red+Green+Blue) = 127+240+54=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #7FF036 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF036 is #800FC9. Grayscale: #B9B9B9. Windows color (decimal): -8392650 or 3600511. OLE color: 3600511.

HSL color Cylindrical-coordinate representation of color #7FF036: hue angle of 96.45º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FF036 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 240 54 -
CMYK 0.47 0 0.78 0.06
HSL 96.45º 0.86% 0.58% -
HSV(B) 96.45º 0.78% 0.94% -
XYZ 40.58 67.1 14.3 -
YUV 185.01 54.06 86.62 -
System Red Green Blue C M Y K H S L
Decimal 127 240 54 0.47 0 0.78 0.06 96.45 0.86 0.58
Hex 7F F0 36 2F 0 4E 6 60 56 3A
Octal 177 360 66 57 0 116 6 140 126 72
Binary 1111111 11110000 110110 101111 0 1001110 110 1100000 1010110 111010

Color Harmonies of #7FF036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF036

Black with #7FF036

Text Example


Text Example

White with #7FF036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,240,54); }

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

background-color css

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

 a { background-color: rgb(127,240,54); }

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

border-color css

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

 span { border-color: rgb(127,240,54); }

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