Html Css Color HEX #7FE532 Atlantis

📋 copy color: '#7FE532'

red 127 ◦ green 229 ◦ blue 50

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

Shades of Atlantis #7FE532

Tints of Atlantis #7FE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 56.4%

 BLUE value IS 50 (19.92% from 255) = 12.32%

R = 31.28%
G = 56.4%
B = 12.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#7FE532 (or 0x7FE532) is known color: Atlantis. HEX triplet: 7F, E5 and 32. RGB value is (127,229,50). Sum of RGB (Red+Green+Blue) = 127+229+50=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE532 is #801ACD. Grayscale: #B2B2B2. Windows color (decimal): -8395470 or 3335551. OLE color: 3335551.

HSL color Cylindrical-coordinate representation of color #7FE532: hue angle of 94.19º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FE532 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 127 229 50 -
CMYK 0.45 0 0.78 0.10
HSL 94.19º 0.77% 0.55% -
HSV(B) 94.19º 0.78% 0.9% -
XYZ 37.35 60.78 12.78 -
YUV 178.1 55.71 91.55 -
System Red Green Blue C M Y K H S L
Decimal 127 229 50 0.45 0 0.78 0.10 94.19 0.77 0.55
Hex 7F E5 32 2D 0 4E A 5E 4D 37
Octal 177 345 62 55 0 116 12 136 115 67
Binary 1111111 11100101 110010 101101 0 1001110 1010 1011110 1001101 110111

Color Harmonies of #7FE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE532

Black with #7FE532

Text Example


Text Example

White with #7FE532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,229,50); }

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

background-color css

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

 a { background-color: rgb(127,229,50); }

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

border-color css

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

 span { border-color: rgb(127,229,50); }

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