Html Css Color HEX #7FF340 Atlantis

📋 copy color: '#7FF340'

red 127 ◦ green 243 ◦ blue 64

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

Shades of Atlantis #7FF340

Tints of Atlantis #7FF340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.99%

 BLUE value IS 64 (25.39% from 255) = 14.75%

R = 29.26%
G = 55.99%
B = 14.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#7FF340 (or 0x7FF340) is known color: Atlantis. HEX triplet: 7F, F3 and 40. RGB value is (127,243,64). Sum of RGB (Red+Green+Blue) = 127+243+64=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 243 (95.31% from 255 or 55.99% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF340 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF340 is #800CBF. Grayscale: #BCBCBC. Windows color (decimal): -8391872 or 4256639. OLE color: 4256639.

HSL color Cylindrical-coordinate representation of color #7FF340: hue angle of 98.88º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7FF340 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 243 64 -
CMYK 0.48 0 0.74 0.05
HSL 98.88º 0.88% 0.6% -
HSV(B) 98.88º 0.74% 0.95% -
XYZ 41.73 68.98 15.97 -
YUV 187.91 58.07 84.55 -
System Red Green Blue C M Y K H S L
Decimal 127 243 64 0.48 0 0.74 0.05 98.88 0.88 0.6
Hex 7F F3 40 30 0 4A 5 63 58 3C
Octal 177 363 100 60 0 112 5 143 130 74
Binary 1111111 11110011 1000000 110000 0 1001010 101 1100011 1011000 111100

Color Harmonies of #7FF340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF340

Black with #7FF340

Text Example


Text Example

White with #7FF340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,243,64); }

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

background-color css

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

 a { background-color: rgb(127,243,64); }

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

border-color css

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

 span { border-color: rgb(127,243,64); }

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