Html Css Color HEX #7FF031 Atlantis

📋 copy color: '#7FF031'

red 127 ◦ green 240 ◦ blue 49

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

Shades of Atlantis #7FF031

Tints of Atlantis #7FF031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.78%

R = 30.53%
G = 57.69%
B = 11.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#7FF031 (or 0x7FF031) is known color: Atlantis. HEX triplet: 7F, F0 and 31. RGB value is (127,240,49). Sum of RGB (Red+Green+Blue) = 127+240+49=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #7FF031 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF031 is #800FCE. Grayscale: #B9B9B9. Windows color (decimal): -8392655 or 3272831. OLE color: 3272831.

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

Color convert

RGB 127 240 49 -
CMYK 0.47 0 0.80 0.06
HSL 95.5º 0.86% 0.57% -
HSV(B) 95.5º 0.8% 0.94% -
XYZ 40.47 67.05 13.72 -
YUV 184.44 51.56 87.03 -
System Red Green Blue C M Y K H S L
Decimal 127 240 49 0.47 0 0.80 0.06 95.5 0.86 0.57
Hex 7F F0 31 2F 0 50 6 5F 56 39
Octal 177 360 61 57 0 120 6 137 126 71
Binary 1111111 11110000 110001 101111 0 1010000 110 1011111 1010110 111001

Color Harmonies of #7FF031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF031

Black with #7FF031

Text Example


Text Example

White with #7FF031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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