Html Css Color HEX #7FEC31 Atlantis

📋 copy color: '#7FEC31'

red 127 ◦ green 236 ◦ blue 49

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

Shades of Atlantis #7FEC31

Tints of Atlantis #7FEC31

RGB

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

 GREEN value IS 236 (92.58% from 255) = 57.28%

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

R = 30.83%
G = 57.28%
B = 11.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#7FEC31 (or 0x7FEC31) is known color: Atlantis. HEX triplet: 7F, EC and 31. RGB value is (127,236,49). Sum of RGB (Red+Green+Blue) = 127+236+49=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 236 (92.58% from 255 or 57.28% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 236 - color contains mainly: green. Hex color #7FEC31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEC31 is #8013CE. Grayscale: #B6B6B6. Windows color (decimal): -8393679 or 3271807. OLE color: 3271807.

HSL color Cylindrical-coordinate representation of color #7FEC31: hue angle of 94.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7FEC31 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 236 49 -
CMYK 0.46 0 0.79 0.07
HSL 94.97º 0.83% 0.56% -
HSV(B) 94.97º 0.79% 0.93% -
XYZ 39.3 64.72 13.33 -
YUV 182.09 52.89 88.71 -
System Red Green Blue C M Y K H S L
Decimal 127 236 49 0.46 0 0.79 0.07 94.97 0.83 0.56
Hex 7F EC 31 2E 0 4F 7 5F 53 38
Octal 177 354 61 56 0 117 7 137 123 70
Binary 1111111 11101100 110001 101110 0 1001111 111 1011111 1010011 111000

Color Harmonies of #7FEC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEC31

Black with #7FEC31

Text Example


Text Example

White with #7FEC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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