Html Css Color HEX #7FE534 Atlantis

📋 copy color: '#7FE534'

red 127 ◦ green 229 ◦ blue 52

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

Shades of Atlantis #7FE534

Tints of Atlantis #7FE534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.75%

R = 31.13%
G = 56.13%
B = 12.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#7FE534 (or 0x7FE534) is known color: Atlantis. HEX triplet: 7F, E5 and 34. RGB value is (127,229,52). Sum of RGB (Red+Green+Blue) = 127+229+52=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 229 (89.84% from 255 or 56.13% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE534 is #801ACB. Grayscale: #B2B2B2. Windows color (decimal): -8395468 or 3466623. OLE color: 3466623.

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

Color convert

RGB 127 229 52 -
CMYK 0.45 0 0.77 0.10
HSL 94.58º 0.77% 0.55% -
HSV(B) 94.58º 0.77% 0.9% -
XYZ 37.39 60.8 13.01 -
YUV 178.32 56.71 91.39 -
System Red Green Blue C M Y K H S L
Decimal 127 229 52 0.45 0 0.77 0.10 94.58 0.77 0.55
Hex 7F E5 34 2D 0 4D A 5F 4D 37
Octal 177 345 64 55 0 115 12 137 115 67
Binary 1111111 11100101 110100 101101 0 1001101 1010 1011111 1001101 110111

Color Harmonies of #7FE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE534

Black with #7FE534

Text Example


Text Example

White with #7FE534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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