Html Css Color HEX #7FF144 Atlantis

📋 copy color: '#7FF144'

red 127 ◦ green 241 ◦ blue 68

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

Shades of Atlantis #7FF144

Tints of Atlantis #7FF144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.28%

 BLUE value IS 68 (26.95% from 255) = 15.6%

R = 29.13%
G = 55.28%
B = 15.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#7FF144 (or 0x7FF144) is known color: Atlantis. HEX triplet: 7F, F1 and 44. RGB value is (127,241,68). Sum of RGB (Red+Green+Blue) = 127+241+68=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF144 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF144 is #800EBB. Grayscale: #BBBBBB. Windows color (decimal): -8392380 or 4518271. OLE color: 4518271.

HSL color Cylindrical-coordinate representation of color #7FF144: hue angle of 99.54º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FF144 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 241 68 -
CMYK 0.47 0 0.72 0.05
HSL 99.54º 0.86% 0.61% -
HSV(B) 99.54º 0.72% 0.95% -
XYZ 41.25 67.84 16.39 -
YUV 187.19 60.73 85.07 -
System Red Green Blue C M Y K H S L
Decimal 127 241 68 0.47 0 0.72 0.05 99.54 0.86 0.61
Hex 7F F1 44 2F 0 48 5 64 56 3D
Octal 177 361 104 57 0 110 5 144 126 75
Binary 1111111 11110001 1000100 101111 0 1001000 101 1100100 1010110 111101

Color Harmonies of #7FF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF144

Black with #7FF144

Text Example


Text Example

White with #7FF144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,241,68); }

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

background-color css

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

 a { background-color: rgb(127,241,68); }

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

border-color css

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

 span { border-color: rgb(127,241,68); }

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