Html Css Color HEX #7FE13F Atlantis

📋 copy color: '#7FE13F'

red 127 ◦ green 225 ◦ blue 63

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

Shades of Atlantis #7FE13F

Tints of Atlantis #7FE13F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.22%

 BLUE value IS 63 (25% from 255) = 15.18%

R = 30.6%
G = 54.22%
B = 15.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#7FE13F (or 0x7FE13F) is known color: Atlantis. HEX triplet: 7F, E1 and 3F. RGB value is (127,225,63). Sum of RGB (Red+Green+Blue) = 127+225+63=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE13F is #801EC0. Grayscale: #B1B1B1. Windows color (decimal): -8396481 or 4186495. OLE color: 4186495.

HSL color Cylindrical-coordinate representation of color #7FE13F: hue angle of 96.3º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FE13F is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 225 63 -
CMYK 0.44 0 0.72 0.12
HSL 96.3º 0.73% 0.56% -
HSV(B) 96.3º 0.72% 0.88% -
XYZ 36.57 58.72 14.11 -
YUV 177.23 63.53 92.17 -
System Red Green Blue C M Y K H S L
Decimal 127 225 63 0.44 0 0.72 0.12 96.3 0.73 0.56
Hex 7F E1 3F 2C 0 48 C 60 49 38
Octal 177 341 77 54 0 110 14 140 111 70
Binary 1111111 11100001 111111 101100 0 1001000 1100 1100000 1001001 111000

Color Harmonies of #7FE13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE13F

Black with #7FE13F

Text Example


Text Example

White with #7FE13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,225,63); }

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

background-color css

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

 a { background-color: rgb(127,225,63); }

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

border-color css

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

 span { border-color: rgb(127,225,63); }

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